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

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
EventSender.java 31 public void touchEnd();
CallbackProxy.java 133 mEventSender.touchEnd();
362 public void touchEnd() {
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
EventSender.java 95 public void touchEnd() {
96 mEventSenderImpl.touchEnd();
EventSenderImpl.java 431 public void touchEnd() {
  /external/skia/include/views/
SkTouchGesture.h 37 void touchEnd(void* owner);
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
basic-multi-touch-events.js 31 div.addEventListener("touchend", touchEventCallback, false);
71 verifyTouchEvent("touchend", 1, 1, 1);
77 verifyTouchEvent("touchend", 0, 1, 0);
100 eventSender.touchEnd();
104 eventSender.touchEnd();
basic-multi-touch-events-limited.js 31 div.addEventListener("touchend", touchEventCallback, false);
74 verifyTouchEvent("touchend", 0, 2, 0);
95 eventSender.touchEnd();
multi-touch-grouped-targets.js 43 shouldBeEqualToString('event.type', 'touchend');
59 div1.addEventListener("touchend", touchEndHandler, false);
63 div2.addEventListener("touchend", touchEndHandler, false);
86 eventSender.touchEnd();
touch-target-limited.js 102 eventSender.touchEnd();
touch-target.js 101 eventSender.touchEnd();
basic-single-touch-events.js 31 div.addEventListener("touchend", touchEventCallback, false);
72 verifyTouchEvent("touchend", 0, 1, 0);
104 eventSender.touchEnd();
  /external/webkit/Tools/DumpRenderTree/qt/
EventSenderQt.h 75 void touchEnd();
EventSenderQt.cpp 450 void EventSender::touchEnd()
457 sendTouchEvent(QEvent::TouchEnd);
  /external/webkit/Tools/DumpRenderTree/chromium/
EventSender.h 88 void touchEnd(const CppArgumentList&, CppVariant*);
EventSender.cpp 276 bindMethod("touchEnd", &EventSender::touchEnd);
    [all...]
  /external/skia/src/gpu/
app-android.cpp 232 fGesture.touchEnd(owner);
  /external/skia/src/views/
SkTouchGesture.cpp 257 void SkTouchGesture::touchEnd(void* owner) {
258 // GrPrintf("--- %d touchEnd %p\n", fTouches.count(), owner);
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 412 // a touchStart without any real dragging before touchEnd - we can allow
  /external/skia/samplecode/
SampleApp.cpp     [all...]

Completed in 2152 milliseconds