Searched defs:scrolling (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java105 boolean scrolling; field in class:ViewPager.ItemInfo
144 // or end of the pager data set during touch scrolling.
182 * Determines speed during touch scrolling
518 mItems.get(i).scrolling = true;
945 if (pos == ii.position && !ii.scrolling) {
977 if (pos == ii.position && !ii.scrolling) {
1687 if (ii.scrolling) {
1689 ii.scrolling = false;
1719 * scrolling there.
1796 // with children that have scrolling container
[all...]

Completed in 10 milliseconds