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

1 2

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWithDraggableItems.java 67 private void handleTouchEvent(MotionEvent ev) {
84 handleTouchEvent(ev);
90 handleTouchEvent(ev);
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewWithDraggableItems.java 67 private void handleTouchEvent(MotionEvent ev) {
84 handleTouchEvent(ev);
90 handleTouchEvent(ev);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
FramelessScrollView.h 65 virtual bool handleTouchEvent(const PlatformTouchEvent&) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.h 64 virtual bool handleTouchEvent(WebCore::Frame& mainFrame, const WebTouchEvent&);
PageWidgetDelegate.cpp 169 return handler.handleTouchEvent(*frame, *static_cast<const WebTouchEvent*>(&event));
215 bool PageWidgetEventHandler::handleTouchEvent(Frame& mainFrame, const WebTouchEvent& event)
217 return mainFrame.eventHandler()->handleTouchEvent(PlatformTouchEventBuilder(mainFrame.view(), event));
PopupContainer.h 65 virtual bool handleTouchEvent(const PlatformTouchEvent&) OVERRIDE;
WebPopupMenuImpl.cpp 133 bool WebPopupMenuImpl::handleTouchEvent(const WebTouchEvent& event)
137 bool defaultPrevented(m_widget->handleTouchEvent(touchEventBuilder));
255 return handleTouchEvent(*static_cast<const WebTouchEvent*>(&inputEvent));
PopupListBox.h 126 virtual bool handleTouchEvent(const PlatformTouchEvent&) OVERRIDE;
WebPopupMenuImpl.h 102 bool handleTouchEvent(const WebTouchEvent&);
WebPluginContainerImpl.h 170 void handleTouchEvent(WebCore::TouchEvent*);
PopupContainer.cpp 285 bool PopupContainer::handleTouchEvent(const PlatformTouchEvent&)
WebPluginContainerImpl.cpp 196 handleTouchEvent(static_cast<TouchEvent*>(event));
780 void WebPluginContainerImpl::handleTouchEvent(TouchEvent* event)
WebDevToolsAgentImpl.cpp 486 return ic->handleTouchEvent(page->mainFrame(), touchEvent);
PopupListBox.cpp 187 bool PopupListBox::handleTouchEvent(const PlatformTouchEvent&)
  /external/chromium_org/third_party/WebKit/Source/core/html/
RangeInputType.h 57 virtual void handleTouchEvent(TouchEvent*) OVERRIDE;
InputType.h 189 virtual void handleTouchEvent(TouchEvent*);
RangeInputType.cpp 161 void RangeInputType::handleTouchEvent(TouchEvent* event)
InputType.cpp 423 void InputType::handleTouchEvent(TouchEvent*)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorController.h 100 bool handleTouchEvent(Frame*, const PlatformTouchEvent&);
InspectorOverlay.h 132 bool handleTouchEvent(const PlatformTouchEvent&);
InspectorController.cpp 351 bool InspectorController::handleTouchEvent(Frame* frame, const PlatformTouchEvent& event)
354 m_overlay->handleTouchEvent(event);
356 return domAgent->handleTouchEvent(frame, event);
InspectorInputAgent.cpp 270 handler->handleTouchEvent(event);
InspectorDOMAgent.h 185 bool handleTouchEvent(Frame*, const PlatformTouchEvent&);
InspectorOverlay.cpp 291 bool InspectorOverlay::handleTouchEvent(const PlatformTouchEvent& event)
296 return overlayPage()->mainFrame()->eventHandler()->handleTouchEvent(event);
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 194 bool handleTouchEvent(const PlatformTouchEvent&);

Completed in 291 milliseconds

1 2