Home | History | Annotate | Download | only in widget

Lines Matching refs:fling

119      * Executes the delta scrolls from a fling or scroll movement. 
136 * When fling runnable runs, it resets this to false. Any method along the
138 * remaining fling. For example, if we've reached either the leftmost or
150 * fling.
537 // We haven't been callbacking during the fling, so do it now
988 // Fling the gallery!
1016 * the fling, and this scroll could possibly be a fling. Don't
1017 * do selection changes until we're sure it is not a fling.
1036 // Kill any existing fling/scroll
1407 * Responsible for fling behavior. Use {@link #startUsingVelocity(int)} to
1408 * initiate a fling. Each frame of the fling is handled in {@link #run()}.
1409 * A FlingRunnable will keep re-posting itself until the fling is done.
1413 * Tracks the decay of a fling scroll
1418 * X value reported by mScroller on the previous fling
1438 mScroller.fling(initialX, 0, initialVelocity, 0,
1486 // Pretend that each frame of a fling scroll is a touch scroll
1492 // Don't fling more than 1 screen
1500 // Don't fling more than 1 screen