HomeSort by relevance Sort by last modified time
    Searched refs:fling (Results 1 - 16 of 16) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
ScrollerTest.java 105 mScroller.fling(0, 0, 10, 4000, 0, 100, 0, 0);
333 method = "fling",
370 mScroller.fling(0, 0, - 3000, 4000, Integer.MIN_VALUE, Integer.MAX_VALUE,
418 // the fling mode has a deceleration effect
454 mScroller.fling(0, 0, - 3000, 4000,
HorizontalScrollViewTest.java 663 method = "fling",
672 // fling towards right
675 mScrollView.fling(2000);
681 // fling towards left
684 mScrollView.fling(-2000);
ScrollViewTest.java 693 method = "fling",
702 // fling towards bottom
705 mScrollView.fling(2000);
711 // fling towards top
714 mScrollView.fling(-2000);
  /frameworks/base/core/java/android/widget/
Scroller.java 165 * Returns where the scroll will end. Valid only for "fling" scrolls.
174 * Returns where the scroll will end. Valid only for "fling" scrolls.
284 * Start scrolling based on a fling gesture. The distance travelled will
285 * depend on the initial velocity of the fling.
289 * @param velocityX Initial velocity of the fling (X) measured in pixels per
291 * @param velocityY Initial velocity of the fling (Y) measured in pixels per
302 public void fling(int startX, int startY, int velocityX, int velocityY, method in class:Scroller
HorizontalScrollView.java 496 * If being flinged and user touches, stop the fling. isFinished
526 fling(-initialVelocity);
1253 public void fling(int velocityX) { method in class:HorizontalScrollView
    [all...]
ScrollView.java 493 * If being flinged and user touches, stop the fling. isFinished
523 fling(-initialVelocity);
1255 public void fling(int velocityY) { method in class:ScrollView
    [all...]
Gallery.java 111 * Executes the delta scrolls from a fling or scroll movement.
127 * When fling runnable runs, it resets this to false. Any method along the
129 * remaining fling. For example, if we've reached either the leftmost or
141 * fling.
511 // We haven't been callbacking during the fling, so do it now
889 // Fling the gallery!
919 * the fling, and this scroll could possibly be a fling. Don't
920 * do selection changes until we're sure it is not a fling.
941 // Kill any existing fling/scrol
    [all...]
AbsListView.java 296 * Handles one frame of a fling
481 * The user had previously been scrolling using touch and had performed a fling. The
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
GLListView.java 358 mScroller.fling(0, mScrollY,
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps3D.java 702 sRollo.fling();
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 336 mScroller.fling(0, mScrollY, 0, -(int) velocityY, 0, 0, 0,
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java 440 * Helper class to get velocity for fling
484 // separately. Currently no snapping or fling in the deferred process mode
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 1623 milliseconds