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

1 2

  /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
SlotView.java 664 mScroller.fling((int) -velocity, 0, scrollLimit);
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...]
  /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...]
Gallery.java 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!
    [all...]
AbsListView.java 404 * Handles one frame of a fling
696 * 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 68 mScroller.fling(0, 0, 10, 4000, 0, 100, 0, 0);
208 mScroller.fling(0, 0, - 3000, 4000, Integer.MIN_VALUE, Integer.MAX_VALUE,
256 // the fling mode has a deceleration effect
286 mScroller.fling(0, 0, - 3000, 4000,
HorizontalScrollViewTest.java 519 // fling towards right
522 mScrollView.fling(velocityX);
528 // fling towards left
531 mScrollView.fling(-velocityX);
ScrollViewTest.java 549 // fling towards bottom
552 mScrollView.fling(2000);
558 // fling towards top
561 mScrollView.fling(-2000);
  /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...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 336 mScroller.fling(0, mScrollY, 0, -(int) velocityY, 0, 0, 0,
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 412 mTimelineScroller.fling(-(int)velocityX);
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]
  /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 

Completed in 6151 milliseconds

1 2