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

1 2 3

  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentViewScrollingTest.java 17 * Tests that we can scroll and fling a ContentView running inside ContentShell.
58 private void fling(final int vx, final int vy) throws Throwable { method in class:ContentViewScrollingTest
62 getContentView().fling(System.currentTimeMillis(), 0, 0, vx, vy);
95 // Vertical fling to lower-left.
96 fling(0, -1000);
99 // Horizontal fling to lower-right.
100 fling(-1000, 0);
103 // Vertical fling to upper-right.
104 fling(0, 1000);
107 // Horizontal fling to top-left
    [all...]
  /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
  /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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 62 public void fling(float vel, boolean always) { method in class:NotificationPanelView
66 "fling " + ((vel > 0) ? "open" : "closed"),
69 super.fling(vel, always);
SettingsPanelView.java 103 public void fling(float vel, boolean always) { method in class:SettingsPanelView
107 "fling " + ((vel > 0) ? "open" : "closed"),
110 super.fling(vel, always);
PanelView.java 499 fling(vel, true);
508 public void fling(float vel, boolean always) {
509 if (DEBUG) logf("fling: vel=%.3f, this=%s", vel, this);
663 fling(-mSelfCollapseVelocityPx, /*always=*/ true);
671 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...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 73 * @param flywheel If true, successive fling motions will keep on increasing scroll speed.
110 * @param flywheel If true, successive fling motions will keep on increasing scroll speed.
204 * Returns where the scroll will end. Valid only for "fling" scrolls.
213 * Returns where the scroll will end. Valid only for "fling" scrolls.
405 public void fling(int startX, int startY, int velocityX, int velocityY, method in class:OverScrollerSGV
407 fling(startX, startY, velocityX, velocityY, minX, maxX, minY, maxY, 0, 0); method
411 * Start scrolling based on a fling gesture. The distance traveled will
412 * depend on the initial velocity of the fling.
416 * @param velocityX Initial velocity of the fling (X) measured in pixels per
418 * @param velocityY Initial velocity of the fling (Y) measured in pixels pe
437 public void fling(int startX, int startY, int velocityX, int velocityY, method in class:OverScrollerSGV
750 void fling(int start, int velocity, int min, int max, int over) { method in class:OverScrollerSGV.SplineOverScroller
838 fling(start, velocity, positive ? min : start, positive ? start : max, mOver); method
    [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...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentView.java 310 * Fling the ContentView from the current position.
311 * @param x Fling touch starting position
312 * @param y Fling touch starting position
313 * @param velocityX Initial velocity of the fling (X) measured in pixels per second.
314 * @param velocityY Initial velocity of the fling (Y) measured in pixels per second.
317 public void fling(long timeMs, int x, int y, int velocityX, int velocityY) { method in class:ContentView
318 mContentViewCore.getContentViewGestureHandler().fling(timeMs, x, y, velocityX, velocityY);
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwScrollOffsetManager.java 72 // The velocity of the last recorded fling,
248 // Called at the beginning of every fling gesture.
254 // Called whenever some other touch interaction requires the fling gesture to be canceled.
256 // TODO(mkosiba): Support speeding up a fling by flinging again.
261 // Called when a fling gesture is not handled by the renderer.
262 // We explicitly ask the renderer not to handle fling gestures targeted at the root
268 // Starts the fling animation. Called both as a response to a fling gesture and as via the
276 mScroller.fling(scrollX, scrollY, velocityX, velocityY,
  /external/chromium_org/chrome/browser/resources/
gesture_config.js 275 label: 'Touchscreen Fling Acceleration',
299 label: 'Touchscreen Fling Velocity Cap',
392 /** @const */ var FLING_TITLE = 'Fling Configuration';
399 label: 'Touchscreen fling deacceleration coefficients',
417 label: 'Touchpad fling deacceleration coefficients',
  /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...]
  /packages/apps/Camera2/src/com/android/camera/ui/
FilmStripView.java 394 public void fling(float velocity); method in interface:FilmStripView.Controller
    [all...]

Completed in 981 milliseconds

1 2 3