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

  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentViewScrollingTest.java 23 * Tests that we can scroll and fling a ContentView running inside ContentShell.
122 private void fling(final int vx, final int vy) throws Throwable { method in class:ContentViewScrollingTest
161 // Vertical fling to lower-left.
162 fling(0, -velocity);
165 // Horizontal fling to lower-right.
166 fling(-velocity, 0);
169 // Vertical fling to upper-right.
170 fling(0, velocity);
173 // Horizontal fling to top-left.
174 fling(velocity, 0) method
    [all...]
  /external/chromium_org/content/renderer/input/
input_handler_proxy_unittest.cc 47 WebGestureEvent fling; local
48 fling.type = WebInputEvent::GestureFlingStart;
49 fling.sourceDevice = source_device;
50 fling.timeStampSeconds = (timestamp - base::TimeTicks()).InSecondsF();
51 fling.data.flingStart.velocityX = velocity.x;
52 fling.data.flingStart.velocityY = velocity.y;
53 fling.x = point.x;
54 fling.y = point.y;
55 fling.globalX = global_point.x;
56 fling.globalY = global_point.y
    [all...]
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwScrollOffsetManager.java 255 // Called whenever some other touch interaction requires the fling gesture to be canceled.
257 // TODO(mkosiba): Support speeding up a fling by flinging again.
262 // Called when a fling gesture is not handled by the renderer.
263 // We explicitly ask the renderer not to handle fling gestures targeted at the root
269 // Starts the fling animation. Called both as a response to a fling gesture and as via the
277 mScroller.fling(scrollX, scrollY, velocityX, velocityY,
  /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/ui/aura/gestures/
gesture_recognizer_unittest.cc 159 bool fling() const { return fling_; } function in class:aura::test::__anon21196::GestureEventConsumeDelegate
    [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 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 100 milliseconds