跳过导航链接
A B C D E F G I L O P R S T V W 

A

addFocusables(ArrayList<View>, int, int) - 类 中的方法com.mcs.viewpager.OrientationViewPager
We only want the current page that is being shown to be focusable.
addOnPageChangeListener(OrientationViewPager.OnPageChangeListener) - 类 中的方法com.mcs.viewpager.OrientationViewPager
Add a listener that will be invoked whenever the page changes or is incrementally scrolled.
addTouchables(ArrayList<View>) - 类 中的方法com.mcs.viewpager.OrientationViewPager
We only want the current page that is being shown to be touchable.
addView(View, int, ViewGroup.LayoutParams) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
arrowScroll(int) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 

B

beginFakeDrag() - 类 中的方法com.mcs.viewpager.OrientationViewPager
Start a fake drag of the pager.

C

canScroll(View, boolean, int, int, int) - 类 中的方法com.mcs.viewpager.OrientationViewPager
Tests scrollability within child views of v given a delta of dx.
canScrollHorizontally(int) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
canScrollVertically(int) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
checkLayoutParams(ViewGroup.LayoutParams) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
clearOnPageChangeListeners() - 类 中的方法com.mcs.viewpager.OrientationViewPager
Remove all listeners that are notified of any changes in scroll state or position.
com.mcs.viewpager - 程序包 com.mcs.viewpager
 
computeScroll() - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
CREATOR - 类 中的静态变量com.mcs.viewpager.OrientationViewPager.SavedState
 

D

dispatchKeyEvent(KeyEvent) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
dispatchPopulateAccessibilityEvent(AccessibilityEvent) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
draw(Canvas) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
drawableStateChanged() - 类 中的方法com.mcs.viewpager.OrientationViewPager
 

E

endFakeDrag() - 类 中的方法com.mcs.viewpager.OrientationViewPager
End a fake drag of the pager.
executeKeyEvent(KeyEvent) - 类 中的方法com.mcs.viewpager.OrientationViewPager
You can call this function yourself to have the scroll view perform scrolling from a key event, just as if the event had been dispatched to it by the view hierarchy.

F

fakeDragBy(float) - 类 中的方法com.mcs.viewpager.OrientationViewPager
Fake drag by an offset in pixels.

G

generateDefaultLayoutParams() - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
generateLayoutParams(ViewGroup.LayoutParams) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
generateLayoutParams(AttributeSet) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
getAdapter() - 类 中的方法com.mcs.viewpager.OrientationViewPager
Retrieve the current adapter supplying pages.
getChildDrawingOrder(int, int) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
getCurrentItem() - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
getOffscreenPageLimit() - 类 中的方法com.mcs.viewpager.OrientationViewPager
Returns the number of pages that will be retained to either side of the current page in the view hierarchy in an idle state.
getOrientation() - 类 中的方法com.mcs.viewpager.OrientationViewPager
获取设置的ViewPager方向
getPageMargin() - 类 中的方法com.mcs.viewpager.OrientationViewPager
Return the margin between pages.
getPageSize(int) - 类 中的方法com.mcs.viewpager.PagerAdapter
Returns the proportional size (width or height depending on orientation) of a given page as a percentage of the ViewPager's measured size from (0.f-1.f).
getPageWidth(int) - 类 中的方法com.mcs.viewpager.PagerAdapter
已过时。
Use getPageSize(int) instead.
getScrollDuraion() - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
gravity - 类 中的变量com.mcs.viewpager.OrientationViewPager.LayoutParams
Gravity setting for use on decor views only: Where to position the view page within the overall ViewPager container; constants are defined in Gravity.

I

isDecor - 类 中的变量com.mcs.viewpager.OrientationViewPager.LayoutParams
true if this view is a decoration on the pager itself and not a view supplied by the adapter.
isFakeDragging() - 类 中的方法com.mcs.viewpager.OrientationViewPager
Returns true if a fake drag is in progress.
isOrientationHorizontal() - 类 中的方法com.mcs.viewpager.OrientationViewPager
是否是水平方向

L

LayoutParams() - 类 的构造器com.mcs.viewpager.OrientationViewPager.LayoutParams
 
LayoutParams(Context, AttributeSet) - 类 的构造器com.mcs.viewpager.OrientationViewPager.LayoutParams
 

O

onAttachedToWindow() - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
onDetachedFromWindow() - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
onDraw(Canvas) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
onInterceptTouchEvent(MotionEvent) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
onLayout(boolean, int, int, int, int) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
onMeasure(int, int) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
onPageScrolled(int, float, int) - 接口 中的方法com.mcs.viewpager.OrientationViewPager.OnPageChangeListener
This method will be invoked when the current page is scrolled, either as part of a programmatically initiated smooth scroll or a user initiated touch scroll.
onPageScrolled(int, float, int) - 类 中的方法com.mcs.viewpager.OrientationViewPager
This method will be invoked when the current page is scrolled, either as part of a programmatically initiated smooth scroll or a user initiated touch scroll.
onPageScrolled(int, float, int) - 类 中的方法com.mcs.viewpager.OrientationViewPager.SimpleOnPageChangeListener
 
onPageScrollStateChanged(int) - 接口 中的方法com.mcs.viewpager.OrientationViewPager.OnPageChangeListener
Called when the scroll state changes.
onPageScrollStateChanged(int) - 类 中的方法com.mcs.viewpager.OrientationViewPager.SimpleOnPageChangeListener
 
onPageSelected(int) - 接口 中的方法com.mcs.viewpager.OrientationViewPager.OnPageChangeListener
This method will be invoked when a new page becomes selected.
onPageSelected(int) - 类 中的方法com.mcs.viewpager.OrientationViewPager.SimpleOnPageChangeListener
 
onRequestFocusInDescendants(int, Rect) - 类 中的方法com.mcs.viewpager.OrientationViewPager
We only want the current page that is being shown to be focusable.
onRestoreInstanceState(Parcelable) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
onSaveInstanceState() - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
onSizeChanged(int, int, int, int) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
onTouchEvent(MotionEvent) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 
OrientationViewPager - com.mcs.viewpager中的类
 
OrientationViewPager(Context) - 类 的构造器com.mcs.viewpager.OrientationViewPager
 
OrientationViewPager(Context, AttributeSet) - 类 的构造器com.mcs.viewpager.OrientationViewPager
 
OrientationViewPager(Context, AttributeSet, int) - 类 的构造器com.mcs.viewpager.OrientationViewPager
 
OrientationViewPager.LayoutParams - com.mcs.viewpager中的类
Layout parameters that should be supplied for views added to a ViewPager.
OrientationViewPager.OnPageChangeListener - com.mcs.viewpager中的接口
Callback interface for responding to changing state of the selected page.
OrientationViewPager.PageTransformer - com.mcs.viewpager中的接口
A PageTransformer is invoked whenever a visible/attached page is scrolled.
OrientationViewPager.SavedState - com.mcs.viewpager中的类
This is the persistent state that is saved by ViewPager.
OrientationViewPager.SimpleOnPageChangeListener - com.mcs.viewpager中的类
Simple implementation of the OrientationViewPager.OnPageChangeListener interface with stub implementations of each method.

P

PagerAdapter - com.mcs.viewpager中的类
PagerAdapter() - 类 的构造器com.mcs.viewpager.PagerAdapter
 

R

removeOnPageChangeListener(OrientationViewPager.OnPageChangeListener) - 类 中的方法com.mcs.viewpager.OrientationViewPager
Remove a listener that was previously added via OrientationViewPager.addOnPageChangeListener(OnPageChangeListener).
removeView(View) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 

S

SavedState(Parcelable) - 类 的构造器com.mcs.viewpager.OrientationViewPager.SavedState
 
SCROLL_STATE_DRAGGING - 类 中的静态变量com.mcs.viewpager.OrientationViewPager
Indicates that the pager is currently being dragged by the user.
SCROLL_STATE_IDLE - 类 中的静态变量com.mcs.viewpager.OrientationViewPager
Indicates that the pager is in an idle, settled state.
SCROLL_STATE_SETTLING - 类 中的静态变量com.mcs.viewpager.OrientationViewPager
Indicates that the pager is in the process of settling to a final position.
setAdapter(PagerAdapter) - 类 中的方法com.mcs.viewpager.OrientationViewPager
Set a PagerAdapter that will supply views for this pager as needed.
setCurrentItem(int) - 类 中的方法com.mcs.viewpager.OrientationViewPager
Set the currently selected page.
setCurrentItem(int, boolean) - 类 中的方法com.mcs.viewpager.OrientationViewPager
Set the currently selected page.
setOffscreenPageLimit(int) - 类 中的方法com.mcs.viewpager.OrientationViewPager
Set the number of pages that should be retained to either side of the current page in the view hierarchy in an idle state.
setOnPageChangeListener(OrientationViewPager.OnPageChangeListener) - 类 中的方法com.mcs.viewpager.OrientationViewPager
Set a listener that will be invoked whenever the page changes or is incrementally scrolled.
setOrientation(int) - 类 中的方法com.mcs.viewpager.OrientationViewPager
设置ViewPager方向
setPageMargin(int) - 类 中的方法com.mcs.viewpager.OrientationViewPager
Set the margin between pages.
setPageMarginDrawable(Drawable) - 类 中的方法com.mcs.viewpager.OrientationViewPager
Set a drawable that will be used to fill the margin between pages.
setPageMarginDrawable(int) - 类 中的方法com.mcs.viewpager.OrientationViewPager
Set a drawable that will be used to fill the margin between pages.
setPageTransformer(boolean, OrientationViewPager.PageTransformer) - 类 中的方法com.mcs.viewpager.OrientationViewPager
Set a OrientationViewPager.PageTransformer that will be called for each attached page whenever the scroll position is changed.
setScrollDuration(int) - 类 中的方法com.mcs.viewpager.OrientationViewPager
设置ViewPager的滚动时间
setScrollInterpolator(Interpolator) - 类 中的方法com.mcs.viewpager.OrientationViewPager
设置Scroller的Interpolator
SimpleOnPageChangeListener() - 类 的构造器com.mcs.viewpager.OrientationViewPager.SimpleOnPageChangeListener
 

T

toString() - 类 中的方法com.mcs.viewpager.OrientationViewPager.SavedState
 
transformPage(View, float) - 接口 中的方法com.mcs.viewpager.OrientationViewPager.PageTransformer
Apply a property transformation to the given page.

V

verifyDrawable(Drawable) - 类 中的方法com.mcs.viewpager.OrientationViewPager
 

W

writeToParcel(Parcel, int) - 类 中的方法com.mcs.viewpager.OrientationViewPager.SavedState
 
A B C D E F G I L O P R S T V W 
跳过导航链接