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

/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java111 boolean scrolling; field in class:ViewPager.ItemInfo
150 // or end of the pager data set during touch scrolling.
188 * Determines speed during touch scrolling
533 mItems.get(i).scrolling = true;
1000 if (pos == ii.position && !ii.scrolling) {
1034 if (pos == ii.position && !ii.scrolling) {
1752 if (ii.scrolling) {
1754 ii.scrolling = false;
1784 * scrolling there.
1861 // with children that have scrolling container
[all...]
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1003 <li><a href="<?cs var:toroot ?>training/improving-layouts/smooth-scrolling.html">
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1453 final boolean scrolling = mScroller != null
1455 if (scrolling) {
4174 // The user is scrolling rapidly, so increase acceleration.
4182 // The user is scrolling slowly, so decrease acceleration.

Completed in 185 milliseconds