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

  /frameworks/base/core/java/android/widget/
OverScroller.java 154 * Returns where the scroll will end. Valid only for "fling" scrolls.
163 * Returns where the scroll will end. Valid only for "fling" scrolls.
350 public void fling(int startX, int startY, int velocityX, int velocityY, method in class:OverScroller
352 fling(startX, startY, velocityX, velocityY, minX, maxX, minY, maxY, 0, 0); method
356 * Start scrolling based on a fling gesture. The distance traveled will
357 * depend on the initial velocity of the fling.
361 * @param velocityX Initial velocity of the fling (X) measured in pixels per
363 * @param velocityY Initial velocity of the fling (Y) measured in pixels per
382 public void fling(int startX, int startY, int velocityX, int velocityY, method in class:OverScroller
385 mScrollerX.fling(startX, velocityX, minX, maxX, overX)
581 void fling(int start, int velocity, int min, int max) { method in class:OverScroller.MagneticOverScroller
671 void fling(int start, int velocity, int min, int max, int over) { method in class:OverScroller.MagneticOverScroller
    [all...]
Scroller.java 174 * Returns where the scroll will end. Valid only for "fling" scrolls.
183 * Returns where the scroll will end. Valid only for "fling" scrolls.
292 * Start scrolling based on a fling gesture. The distance travelled will
293 * depend on the initial velocity of the fling.
297 * @param velocityX Initial velocity of the fling (X) measured in pixels per
299 * @param velocityY Initial velocity of the fling (Y) measured in pixels per
310 public void fling(int startX, int startY, int velocityX, int velocityY, method in class:Scroller
HorizontalScrollView.java 509 * If being flinged and user touches, stop the fling. isFinished
569 fling(-initialVelocity);
1344 public void fling(int velocityX) { method in class:HorizontalScrollView
    [all...]
ScrollView.java 504 * If being flinged and user touches, stop the fling. isFinished
564 fling(-initialVelocity);
1344 public void fling(int velocityY) { method in class:ScrollView
    [all...]
Gallery.java 114 * Executes the delta scrolls from a fling or scroll movement.
130 * When fling runnable runs, it resets this to false. Any method along the
132 * remaining fling. For example, if we've reached either the leftmost or
144 * fling.
514 // We haven't been callbacking during the fling, so do it now
892 // Fling the gallery!
922 * the fling, and this scroll could possibly be a fling. Don't
923 * do selection changes until we're sure it is not a fling.
944 // Kill any existing fling/scrol
    [all...]
AbsListView.java 309 * Handles one frame of a fling
546 * The user had previously been scrolling using touch and had performed a fling. The
    [all...]
  /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",
674 // fling towards right
677 mScrollView.fling(velocityX);
683 // fling towards left
686 mScrollView.fling(-velocityX);
ScrollViewTest.java 693 method = "fling",
702 // fling towards bottom
705 mScrollView.fling(2000);
711 // fling towards top
714 mScrollView.fling(-2000);
  /packages/apps/Camera/src/com/android/camera/ui/
GLListView.java 357 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 445 * Helper class to get velocity for fling
493 // 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 283 milliseconds