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

1 2 3

  /frameworks/support/v4/java/android/support/v4/widget/
ScrollerCompat.java 28 * current device's preferred scroll physics and fling behavior. It offers a subset of
43 void fling(Object scroller, int startX, int startY, int velX, int velY, method in interface:ScrollerCompat.ScrollerCompatImpl
45 void fling(Object scroller, int startX, int startY, int velX, int velY, method in interface:ScrollerCompat.ScrollerCompatImpl
99 public void fling(Object scroller, int startX, int startY, int velX, int velY, method in class:ScrollerCompat.ScrollerCompatImplBase
101 ((Scroller) scroller).fling(startX, startY, velX, velY, minX, maxX, minY, maxY); method
105 public void fling(Object scroller, int startX, int startY, int velX, int velY, method in class:ScrollerCompat.ScrollerCompatImplBase
107 ((Scroller) scroller).fling(startX, startY, velX, velY, minX, maxX, minY, maxY); method
186 public void fling(Object scroller, int startX, int startY, int velX, int velY, method in class:ScrollerCompat.ScrollerCompatImplGingerbread
188 ScrollerCompatGingerbread.fling(scroller, startX, startY, velX, velY,
193 public void fling(Object scroller, int startX, int startY, int velX, int velY method in class:ScrollerCompat.ScrollerCompatImplGingerbread
380 public void fling(int startX, int startY, int velocityX, int velocityY, method in class:ScrollerCompat
408 public void fling(int startX, int startY, int velocityX, int velocityY, method in class:ScrollerCompat
    [all...]
  /frameworks/support/v4/gingerbread/android/support/v4/widget/
ScrollerCompatGingerbread.java 55 public static void fling(Object scroller, int startX, int startY, int velX, int velY, method in class:ScrollerCompatGingerbread
57 ((OverScroller) scroller).fling(startX, startY, velX, velY, minX, maxX, minY, maxY); method
60 public static void fling(Object scroller, int startX, int startY, int velX, int velY, method in class:ScrollerCompatGingerbread
62 ((OverScroller) scroller).fling(startX, startY, velX, velY, method
  /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.
32 // The fling duration (in milliseconds) when velocity is 1 pixel/second
76 public void fling(int startX, int startY, int velocityX, int velocityY, method in class:FlingScroller
SlotView.java 664 mScroller.fling((int) -velocity, 0, scrollLimit);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
EdgeSwipeDetector.java 65 mTable.fling(mTable.getFocus());
KeyboardInterpreter.java 87 mTable.fling(mTable.getFocus());
PhotoTouchListener.java 92 log("fling " + dX + ", " + dY);
118 mTable.fling(target, x1 - x0, y1 - y0, (int) (1000f * n / 60f), false);
PhotoTable.java 733 /** Fling with no touch hints, then land off screen. */
734 public void fling(final View photo) { method in class:PhotoTable
751 fling(photo, delta[0], delta[1], duration, true); method
754 /** Continue dynamically after a fling gesture, possibly off the screen. */
755 public void fling(final View photo, float dx, float dy, int duration, boolean spin) { method in class:PhotoTable
774 log("fling away");
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 63 public void fling(float vel, boolean always) { method in class:NotificationPanelView
67 "fling " + ((vel > 0) ? "open" : "closed"),
70 super.fling(vel, always);
SettingsPanelView.java 106 public void fling(float vel, boolean always) { method in class:SettingsPanelView
110 "fling " + ((vel > 0) ? "open" : "closed"),
113 super.fling(vel, always);
PanelView.java 469 fling(vel, true);
478 public void fling(float vel, boolean always) {
479 if (DEBUG) LOG("fling: vel=%.3f, this=%s", vel, this);
629 fling(-mSelfCollapseVelocityPx, /*always=*/ true);
637 fling(mSelfExpandVelocityPx, /*always=*/ true);
  /frameworks/base/core/java/android/widget/
OverScroller.java 69 * @param flywheel If true, successive fling motions will keep on increasing scroll speed.
106 * @param flywheel If true, successive fling motions will keep on increasing scroll speed.
200 * Returns where the scroll will end. Valid only for "fling" scrolls.
209 * Returns where the scroll will end. Valid only for "fling" scrolls.
401 public void fling(int startX, int startY, int velocityX, int velocityY, method in class:OverScroller
403 fling(startX, startY, velocityX, velocityY, minX, maxX, minY, maxY, 0, 0); method
407 * Start scrolling based on a fling gesture. The distance traveled will
408 * depend on the initial velocity of the fling.
412 * @param velocityX Initial velocity of the fling (X) measured in pixels per
414 * @param velocityY Initial velocity of the fling (Y) measured in pixels pe
433 public void fling(int startX, int startY, int velocityX, int velocityY, method in class:OverScroller
746 void fling(int start, int velocity, int min, int max, int over) { method in class:OverScroller.SplineOverScroller
833 fling(start, velocity, positive ? min : start, positive ? start : max, mOver); method
    [all...]
HorizontalScrollView.java 554 * If being flinged and user touches, stop the fling. isFinished
633 fling(-initialVelocity);
1500 public void fling(int velocityX) { method in class:HorizontalScrollView
    [all...]
ScrollView.java 586 * If being flinged and user touches, stop the fling. isFinished
669 fling(-initialVelocity);
1509 public void fling(int velocityY) { method in class:ScrollView
    [all...]
NumberPicker.java 108 * The coefficient by which to adjust (divide) the max fling velocity.
508 * The user had previously been scrolling using touch and performed a fling.
712 // create the fling and adjust scrollers
889 fling(initialVelocity);
1681 private void fling(int velocityY) { method in class:NumberPicker
    [all...]
Scroller.java 31 * animation—for example, in response to a fling gesture. Scrollers track
52 * whether the scroller is finished. If it isn't, it means that a fling or
284 * Returns where the scroll will end. Valid only for "fling" scrolls.
293 * Returns where the scroll will end. Valid only for "fling" scrolls.
413 * Start scrolling based on a fling gesture. The distance travelled will
414 * depend on the initial velocity of the fling.
418 * @param velocityX Initial velocity of the fling (X) measured in pixels per
420 * @param velocityY Initial velocity of the fling (Y) measured in pixels per
431 public void fling(int startX, int startY, int velocityX, int velocityY, method in class:Scroller
433 // Continue a scroll or fling in progres
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
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
  /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);
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 57 * indicate to users that they've reached the content edges after a pan or fling gesture. This
80 * Initial fling velocity for pan operations, in screen widths (or heights) per second.
804 private void fling(int velocityX, int velocityY) { method in class:InteractiveLineGraphView
997 fling((int) (-PAN_VELOCITY_FACTOR * getWidth()), 0); method
1004 fling((int) (PAN_VELOCITY_FACTOR * getWidth()), 0); method
    [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...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HorizontalScrollView.java 553 * If being flinged and user touches, stop the fling. isFinished
627 fling(-initialVelocity);
1485 public void fling(int velocityX) { method in class:HorizontalScrollView
    [all...]

Completed in 356 milliseconds

1 2 3