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

  /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/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
WavePlotView.java 568 mScroller.fling(mCurrentOffset, 0,
  /cts/tests/tests/widget/src/android/widget/cts/
AbsListViewTest.java 267 // Fling down from top, expect a scroll.
268 fling(10000, mockScrollListener);
275 // Fling up the same amount, expect a scroll to the original position.
276 fling(-10000, mockScrollListener);
283 // Fling up again, expect no scroll, as the viewport is already at top.
284 fling(-10000, mockScrollListener);
288 // Fling up again with a huge velocity, expect no scroll.
289 fling(-50000, mockScrollListener);
294 private void fling(int velocityY, OnScrollListener mockScrollListener) throws Throwable { method in class:AbsListViewTest
297 // Fling the list vie
    [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 

Completed in 450 milliseconds