[go: nahoru, domu]

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

/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java114 boolean scrolling; field in class:ViewPager.ItemInfo
164 // or end of the pager data set during touch scrolling.
201 * Determines speed during touch scrolling
538 mItems.get(i).scrolling = true;
1003 if (pos == ii.position && !ii.scrolling) {
1037 if (pos == ii.position && !ii.scrolling) {
1798 if (ii.scrolling) {
1800 ii.scrolling = false;
1829 * scrolling there.
1907 // with children that have scrolling container
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java136 boolean scrolling; field in class:ViewPager.ItemInfo
178 // or end of the pager data set during touch scrolling.
215 * Determines speed during touch scrolling
652 mItems.get(i).scrolling = true;
950 // We're in the middle of a previously initiated scrolling. Check to see
951 // whether that scrolling has actually started (if we always call getStartX
953 // computeScrollOffset call) to decide what is the current scrolling position.
955 // And abort the current scrolling.
1167 if (pos == ii.position && !ii.scrolling) {
1201 if (pos == ii.position && !ii.scrolling) {
[all...]
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1918 <li><a href="<?cs var:toroot ?>training/improving-layouts/smooth-scrolling.html">

Completed in 298 milliseconds