Home | History | Annotate | Download | only in widget

Lines Matching defs:scrolling

135         boolean scrolling;
178 // or end of the pager data set during touch scrolling.
215 * Determines speed during touch scrolling
655 mItems.get(i).scrolling = true;
959 // We're in the middle of a previously initiated scrolling. Check to see
960 // whether that scrolling has actually started (if we always call getStartX
962 // computeScrollOffset call) to decide what is the current scrolling position.
964 // And abort the current scrolling.
1176 if (pos == ii.position && !ii.scrolling) {
1210 if (pos == ii.position && !ii.scrolling) {
1996 if (ii.scrolling) {
1998 ii.scrolling = false;
2028 * scrolling there.
2100 // with children that have scrolling containers.
2514 * with the touch scrolling of another view, while still letting the ViewPager
2515 * control the snapping motion and fling behavior. (e.g. parallax-scrolling tabs.)
2686 * @param direction Negative to check scrolling left, positive to check scrolling right.
2749 * scrolling from a key event, just as if the event had been dispatched to
2786 * Handle scrolling in response to a left or right arrow click.
2790 * @return Whether the scrolling was handled successfully.