Public 成员函数 | |
| void | onPageScrolled (int position, float positionOffset, int positionOffsetPixels) |
| void | onPageSelected (int position) |
| void | onPageScrollStateChanged (int state) |
Simple implementation of the OnPageChangeListener interface with stub implementations of each method. Extend this if you do not intend to override every method of OnPageChangeListener.
|
inline |
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.
| position | Position index of the first page currently being displayed. Page position+1 will be visible if positionOffset is nonzero. |
| positionOffset | Value from [0, 1) indicating the offset from the page at position. |
| positionOffsetPixels | Value in pixels indicating the offset from position. |
实现了 com.ab.view.slidingmenu.CustomViewAbove.OnPageChangeListener.
|
inline |
On page scroll state changed.
| state | the state |
|
inline |
This method will be invoked when a new page becomes selected. Animation is not necessarily complete.
| position | Position index of the new selected page. |
实现了 com.ab.view.slidingmenu.CustomViewAbove.OnPageChangeListener.
1.8.8