Home | History | Annotate | Download | only in view

Lines Matching refs:fling

631                  * If being flinged and user touches, stop the fling. isFinished
722 fling(-initialVelocity);
1781 * Fling the scroll view
1787 public void fling(int velocityY) {
1793 mScroller.fling(mScrollX, mScrollY, velocityY, 0,
1799 mScroller.fling(mScrollX, mScrollY, 0, velocityY, 0, 0, 0,
1803 mFlingStrictSpan = StrictMode.enterCriticalSpan("ScrollView-fling");