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

  /external/webkit/Source/WebCore/dom/
TouchEvent.h 73 virtual bool isTouchEvent() const { return true; }
Event.cpp 209 bool Event::isTouchEvent() const
Event.h 138 virtual bool isTouchEvent() const;
  /external/webkit/Source/WebCore/html/shadow/
SliderThumbElement.cpp 186 && !event->isTouchEvent()
234 } else if (event->isTouchEvent()) {
  /external/webkit/Source/WebCore/bindings/js/
JSEventCustom.cpp 144 else if (event->isTouchEvent())
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8EventCustom.cpp 124 if (impl->isTouchEvent())
  /frameworks/base/include/ui/
Input.h 557 static bool isTouchEvent(int32_t source, int32_t action);
558 inline bool isTouchEvent() const {
559 return isTouchEvent(mSource, mAction);
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 174 if (motionEvent.isTouchEvent()) {
540 if (motionEvent.isTouchEvent()) {
ViewRootImpl.java     [all...]
MotionEvent.java     [all...]
View.java     [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 527 if (event.isTouchEvent()) {
    [all...]
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 465 return event->isTouchEvent();
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLInputElement.cpp     [all...]
HTMLMediaElement.cpp     [all...]
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp 180 else if (event->isTouchEvent())
    [all...]
  /frameworks/base/libs/ui/
Input.cpp 668 bool MotionEvent::isTouchEvent(int32_t source, int32_t action) {
    [all...]
  /frameworks/base/services/input/
InputDispatcher.cpp     [all...]
  /prebuilt/sdk/14/
android.jar 

Completed in 1794 milliseconds