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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWithDraggableItems.java 67 private void handleTouchEvent(MotionEvent ev) {
84 handleTouchEvent(ev);
90 handleTouchEvent(ev);
  /external/webkit/Source/WebCore/page/
EventHandler.h 232 bool handleTouchEvent(const PlatformTouchEvent&);
EventHandler.cpp     [all...]
  /external/webkit/Source/WebCore/plugins/
PluginView.h 367 void handleTouchEvent(TouchEvent*);
PluginView.cpp 181 handleTouchEvent(static_cast<TouchEvent*>(event));
    [all...]
  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 208 void PluginView::handleTouchEvent(TouchEvent* event)
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 329 int handleTouchEvent(int action, WTF::Vector<int>& ids,
    [all...]
WebViewCore.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp 400 page->handleTouchEvent(touchEvent);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 298 void handleTouchEvent(const WebTouchEvent&);
    [all...]
WebPageProxy.cpp 902 void WebPageProxy::handleTouchEvent(const WebTouchEvent& event)
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp 747 return mainFrameImpl()->frame()->eventHandler()->handleTouchEvent(touchEventBuilder);
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.cpp     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]

Completed in 495 milliseconds