HomeSort by relevance Sort by last modified time
    Searched refs:fling (Results 26 - 50 of 91) sorted by null

12 3 4

  /external/chromium_org/chrome/browser/resources/
gesture_config.js 183 label: 'Touchscreen Fling Acceleration',
272 /** @const */ var FLING_TITLE = 'Fling Configuration';
279 label: 'Touchscreen fling deacceleration coefficients',
297 label: 'Touchpad fling deacceleration coefficients',
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
TrackingInputHandler.java 71 * Set to true to suppress the fling animation at the end of a gesture, for example, when
357 * Called when a fling gesture is recognized.
361 // If cursor movement is suppressed, fling also needs to be suppressed, as the
368 // The fling physics calculation is based on screen coordinates, so that it will
374 // |mFlingScroller|. This means the fling can be started at (0, 0) with no bounding
376 mFlingScroller.fling(0, 0, (int)velocityX, (int)velocityY, Integer.MIN_VALUE,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewTouchHandler.java 290 // Fling scroll
291 mScroller.mScroller.fling(0, mScroller.progressToScrollRange(mScroller.getStackScroll()),
  /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/Gallery2/gallerycommon/src/com/android/gallery3d/common/
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
  /packages/apps/Contacts/src/com/android/contacts/widget/
MultiShrinkScroller.java 403 // If we are in the middle of a fling and there is a down event, we'll steal it and
515 fling(-velocity);
534 // The drag/fling won't result in the content at the top of the Window. Consider
555 // to fling past the top of the Window, so elastically snap the empty space shut.
772 // Examine the fling results in order to activate EdgeEffect when we fling to the end.
832 private void fling(float velocity) { method in class:MultiShrinkScroller
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/widget/
ViewDragHelper.java 47 * A view is not currently being dragged or animating as a result of a fling/snap.
58 * A view is currently settling into place as a result of a fling or
134 // we programmatically scroll or fling mScroller.
189 * The fling velocity is also supplied, if relevant. The velocity values may
192 * <p>Calling code may decide to fling or otherwise release the view to let it
208 * Called when the child view has been released with a fling.
210 * <p>Calling code may decide to fling or otherwise release the view to let it
214 * @param xvel X velocity of the fling.
215 * @param yvel Y velocity of the fling.
687 * Settle the captured view based on standard free-moving fling behavior
    [all...]
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 564 * If being flinged and user touches, stop the fling. isFinished
646 fling(-initialVelocity);
1554 public void fling(int velocityX) { method in class:HorizontalScrollView
    [all...]
ScrollView.java 611 * If being flinged and user touches, stop the fling. isFinished
1570 public void fling(int velocityY) { method in class:ScrollView
    [all...]
NumberPicker.java 111 * The coefficient by which to adjust (divide) the max fling velocity.
520 * The user had previously been scrolling using touch and performed a fling.
746 // create the fling and adjust scrollers
923 fling(initialVelocity);
1754 private void fling(int velocityY) { method in class:NumberPicker
    [all...]
Scroller.java 31 * animation&mdash;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
279 * Returns where the scroll will end. Valid only for "fling" scrolls.
288 * Returns where the scroll will end. Valid only for "fling" scrolls.
402 * Start scrolling based on a fling gesture. The distance travelled will
403 * depend on the initial velocity of the fling.
407 * @param velocityX Initial velocity of the fling (X) measured in pixels per
409 * @param velocityY Initial velocity of the fling (Y) measured in pixels per
420 public void fling(int startX, int startY, int velocityX, int velocityY, method in class:Scroller
422 // Continue a scroll or fling in progres
    [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.
555 // We haven't been callbacking during the fling, so do it now
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 771 /** Fling with no touch hints, then land off screen. */
772 public void fling(final View photo) { method in class:PhotoTable
789 fling(photo, delta[0], delta[1], duration, true); method
792 /** Continue dynamically after a fling gesture, possibly off the screen. */
793 public void fling(final View photo, float dx, float dy, int duration, boolean spin) { method in class:PhotoTable
812 log("fling away");
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/list/
ListsFragment.java 155 getCurrentListView().fling(velocityY);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherScroller.java 257 * Returns where the scroll will end. Valid only for "fling" scrolls.
266 * Returns where the scroll will end. Valid only for "fling" scrolls.
386 * Start scrolling based on a fling gesture. The distance travelled will
387 * depend on the initial velocity of the fling.
391 * @param velocityX Initial velocity of the fling (X) measured in pixels per
393 * @param velocityY Initial velocity of the fling (Y) measured in pixels per
404 public void fling(int startX, int startY, int velocityX, int velocityY, method in class:LauncherScroller
406 // Continue a scroll or fling in progress
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 741 * If being flinged and user touches, stop the fling. isFinished
812 fling(-initialVelocity);
1300 private void fling(int velocityY) { method in class:NotificationStackScrollLayout
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 656 mFlingEstimator.fling(0, 0, 0, (int) velocityY, 0, 0, Integer.MIN_VALUE, Integer.MAX_VALUE);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarOverlayLayout.java 665 mFlingEstimator.fling(0, 0, 0, (int) velocityY, 0, 0, Integer.MIN_VALUE, Integer.MAX_VALUE);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 664 mScroller.fling((int) -velocity, 0, scrollLimit);
PositionController.java 127 // This is used by the fling animation (page mode).
130 // 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...]
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 354 // Break fling velocity if we impacted an edge.
370 mScroller.fling(0, 0, (int) velocity, 0,
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 159 bool fling() const { return fling_; } function in class:aura::test::__anon20461::GestureEventConsumeDelegate
    [all...]
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 426 public void fling(float vel, boolean expand) { method in class:NotificationPanelView
429 gr.tag("fling " + ((vel > 0) ? "open" : "closed"), "notifications,v=" + vel);
431 super.fling(vel, expand);
    [all...]

Completed in 2547 milliseconds

12 3 4