Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daishengda2018/AndroidKnowledgeSystem
/ types & classes
Types & classes
12 in github.com/daishengda2018/AndroidKnowledgeSystem
⨍
Functions
106
◇
Types & classes
12
Interface
Decor
Used internally to tag special types of child views that should be added as pager decorations by default.
CODE/ViewPagerEx.java:354
Class
ItemInfo
CODE/ViewPagerEx.java:105
Class
LayoutParams
Layout parameters that should be supplied for views added to a ViewPager.
CODE/ViewPagerEx.java:2847
Class
MyAccessibilityDelegate
CODE/ViewPagerEx.java:2776
Interface
OnAdapterChangeListener
Used internally to monitor when adapters are switched.
CODE/ViewPagerEx.java:346
Interface
OnPageChangeListener
Callback interface for responding to changing state of the selected page.
CODE/ViewPagerEx.java:250
Interface
PageTransformer
A PageTransformer is invoked whenever a visible/attached page is scrolled. This offers an opportunity for the application to apply a custom transforma
CODE/ViewPagerEx.java:330
Class
PagerObserver
CODE/ViewPagerEx.java:2832
Class
SavedState
This is the persistent state that is saved by ViewPager. Only needed if you are creating a sublass of ViewPager that must save its own state, in whic
CODE/ViewPagerEx.java:1227
Class
SimpleOnPageChangeListener
Simple implementation of the {@link OnPageChangeListener} interface with stub implementations of each method. Extend this if you do not intend to over
CODE/ViewPagerEx.java:289
Class
ViewPagerEx
@author daimajia : I just remove the if condition in setPageTransformer() to make it compatiable with Android 2.0+ of course, with the help of the Nin
CODE/ViewPagerEx.java:81
Class
ViewPositionComparator
CODE/ViewPagerEx.java:2895