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

  /frameworks/support/v4/java/android/support/v4/widget/
ScrollerCompat.java 26 * current device's preferred scroll physics and fling behavior. It offers a subset of
150 * Start scrolling based on a fling gesture. The distance travelled will
151 * depend on the initial velocity of the fling.
155 * @param velocityX Initial velocity of the fling (X) measured in pixels per
157 * @param velocityY Initial velocity of the fling (Y) measured in pixels per
168 public void fling(int startX, int startY, int velocityX, int velocityY, method in class:ScrollerCompat
170 mScroller.fling(startX, startY, velocityX, velocityY, minX, maxX, minY, maxY);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ScrollerHelper.java 74 public void fling(int velocity, int min, int max) { method in class:ScrollerHelper
76 mScroller.fling(
FlingScroller.java 21 // android.widget.Scroller. It does fling only, not scroll.
31 // The fling duration (in milliseconds) when velocity is 1 pixel/second
75 public void fling(int startX, int startY, int velocityX, int velocityY, method in class:FlingScroller
PositionController.java 126 // This is used by the fling animation (page mode).
129 // This is used by the fling animation (film mode).
663 // We only want to do fling when the picture is zoomed-in.
683 mPageScroller.fling(p.mCurrentX, b.mCurrentY, velocityX, velocityY,
697 // If we are already at the edge, don't start the fling.
704 mFilmScroller.fling(p.mCurrentX, 0, velocityX, 0,
    [all...]
SlotView.java 664 mScroller.fling((int) -velocity, 0, scrollLimit);
  /frameworks/base/core/java/android/widget/
OverScroller.java 69 * @param flywheel If true, successive fling motions will keep on increasing scroll speed.
108 * @param flywheel If true, successive fling motions will keep on increasing scroll speed.
202 * Returns where the scroll will end. Valid only for "fling" scrolls.
211 * Returns where the scroll will end. Valid only for "fling" scrolls.
403 public void fling(int startX, int startY, int velocityX, int velocityY, method in class:OverScroller
405 fling(startX, startY, velocityX, velocityY, minX, maxX, minY, maxY, 0, 0); method
409 * Start scrolling based on a fling gesture. The distance traveled will
410 * depend on the initial velocity of the fling.
414 * @param velocityX Initial velocity of the fling (X) measured in pixels per
416 * @param velocityY Initial velocity of the fling (Y) measured in pixels pe
435 public void fling(int startX, int startY, int velocityX, int velocityY, method in class:OverScroller
751 void fling(int start, int velocity, int min, int max, int over) { method in class:OverScroller.SplineOverScroller
838 fling(start, velocity, positive ? min : start, positive ? start : max, mOver); method
    [all...]
Scroller.java 227 * Returns where the scroll will end. Valid only for "fling" scrolls.
236 * Returns where the scroll will end. Valid only for "fling" scrolls.
349 * Start scrolling based on a fling gesture. The distance travelled will
350 * depend on the initial velocity of the fling.
354 * @param velocityX Initial velocity of the fling (X) measured in pixels per
356 * @param velocityY Initial velocity of the fling (Y) measured in pixels per
367 public void fling(int startX, int startY, int velocityX, int velocityY, method in class:Scroller
369 // Continue a scroll or fling in progress
HorizontalScrollView.java 546 * If being flinged and user touches, stop the fling. isFinished
620 fling(-initialVelocity);
1487 public void fling(int velocityX) { method in class:HorizontalScrollView
    [all...]
ScrollView.java 570 * If being flinged and user touches, stop the fling. isFinished
648 fling(-initialVelocity);
1488 public void fling(int velocityY) { method in class:ScrollView
    [all...]
NumberPicker.java 106 * The coefficient by which to adjust (divide) the max fling velocity.
478 * The user had previously been scrolling using touch and performed a fling.
682 // create the fling and adjust scrollers
859 fling(initialVelocity);
1625 private void fling(int velocityY) { method in class:NumberPicker
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 631 * If being flinged and user touches, stop the fling. isFinished
722 fling(-initialVelocity);
1787 public void fling(int velocityY) { method in class:ScrollerView
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 400 milliseconds