HomeSort by relevance Sort by last modified time
    Searched refs:touchMove (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestRequest.h 67 bool touchMove() const { return move() && touchEvent(); }
  /external/droiddriver/src/com/google/android/droiddriver/actions/
SwipeAction.java 99 Events.touchMove(injector, downTime, startX + (int) (xStep * i), startY + (int) (yStep * i));
  /external/droiddriver/src/com/google/android/droiddriver/util/
Events.java 95 public static void touchMove(InputInjector injector, long downTime, int x, int y) {
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.h 106 void touchMove(const CppArgumentList&, CppVariant*);
EventSender.cpp 286 bindMethod("touchMove", &EventSender::touchMove);
    [all...]
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
InteractionController.java 327 private boolean touchMove(int x, int y) {
329 Log.d(LOG_TAG, "touchMove (" + x + ", " + y + ")");
456 ret &= touchMove(downX + (int)(xStep * i), downY + (int)(yStep * i));
500 ret &= touchMove(segments[seg].x + (int)(xStep * i),
  /frameworks/uiautomator/src/com/android/uiautomator/core/
InteractionController.java 327 private boolean touchMove(int x, int y) {
329 Log.d(LOG_TAG, "touchMove (" + x + ", " + y + ")");
456 ret &= touchMove(downX + (int)(xStep * i), downY + (int)(yStep * i));
500 ret &= touchMove(segments[seg].x + (int)(xStep * i),
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 522 Rect rect = touchMove(event);
599 private Rect touchMove(MotionEvent event) {
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 401 milliseconds