HomeSort by relevance Sort by last modified time
    Searched full:touchmove (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformEvent.h 69 TouchMove,
  /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/util/
Events.java 95 public static void touchMove(InputInjector injector, long downTime, int x, int y) {
  /external/chromium_org/content/browser/android/
touch_point.cc 95 WebKit::WebTouchEvent::TouchMove,
  /external/chromium_org/content/browser/renderer_host/input/
immediate_input_router_unittest.cc 526 touch_event_.type = WebInputEvent::TouchMove;
    [all...]
touch_event_queue.cc 38 if (coalesced_event_.event.type == WebKit::WebInputEvent::TouchMove &&
39 event_with_latency.event.type == WebKit::WebInputEvent::TouchMove &&
  /external/droiddriver/src/com/google/android/droiddriver/actions/
SwipeAction.java 99 Events.touchMove(injector, downTime, startX + (int) (xStep * i), startY + (int) (yStep * i));
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.cpp 193 } else if (type == "touchMove") {
194 convertedType = PlatformEvent::TouchMove;
  /external/chromium_org/ui/webui/resources/js/cr/ui/
splitter.js 91 'touchmove': this.handleTouchMove_.bind(this),
172 * Common part of handling mousemove and touchmove. Calls splitter drag
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc 296 EXPECT_EQ(WebKit::WebInputEvent::TouchMove, view_->touch_event_.type);
321 EXPECT_EQ(WebKit::WebInputEvent::TouchMove, view_->touch_event_.type);
346 EXPECT_EQ(WebKit::WebInputEvent::TouchMove, view_->touch_event_.type);
390 EXPECT_EQ(WebKit::WebInputEvent::TouchMove, view_->touch_event_.type);
399 EXPECT_EQ(WebKit::WebInputEvent::TouchMove, view_->touch_event_.type);
ui_events_helper.cc 80 return WebKit::WebInputEvent::TouchMove;
105 case WebKit::WebInputEvent::TouchMove:
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 174 * touchmove events.
200 document.addEventListener('touchmove', function(event) {
  /external/chromium_org/chrome/browser/resources/net_internals/
resizable_vertical_split_view.js 59 window.addEventListener('touchmove', this.onTouchDragSizer_.bind(this));
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
view.js 15 button.addEventListener('touchmove', this.handleTouch_.bind(this));
  /external/chromium_org/content/renderer/pepper/
event_conversion.cc 111 case WebInputEvent::TouchMove:
298 web_event->type = WebInputEvent::TouchMove;
555 case WebInputEvent::TouchMove:
723 case WebInputEvent::TouchMove:
  /external/chromium_org/third_party/WebKit/Source/core/dom/
EventNames.h 204 macro(touchmove) \
  /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),
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 533 case WebInputEvent::TouchMove: eventName = "TouchMove"; break;
EventSender.h 106 void touchMove(const CppArgumentList&, CppVariant*);
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 135 TouchMove,
206 || type == TouchMove
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 522 Rect rect = touchMove(event);
599 private Rect touchMove(MotionEvent event) {
  /external/chromium/chrome/browser/resources/ntp4/
touch_handler.js 443 this.events_.remove(document, 'touchmove');
507 this.events_.add(document, 'touchmove', this.onMove_.bind(this), false);
543 * @param {!TouchEvent} e The touchmove event.
744 // We add to recent touches for each touchstart and touchmove. If we have
  /external/chromium/chrome/browser/resources/touch_ntp/
touchhandler.js 443 this.events_.remove(document, 'touchmove');
507 this.events_.add(document, 'touchmove', this.onMove_.bind(this), false);
543 * @param {!TouchEvent} e The touchmove event.
744 // We add to recent touches for each touchstart and touchmove. If we have
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/ui/
touch_handler.js 457 this.events_.remove(document, 'touchmove');
522 this.events_.add(document, 'touchmove', this.onMove_.bind(this), false);
558 * @param {!TouchEvent} e The touchmove event.
766 // We add to recent touches for each touchstart and touchmove. If we have

Completed in 986 milliseconds

1 2 3