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/platform/scroll/
FramelessScrollView.h 66 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&);
PopupContainer.h 65 virtual bool handleTouchEvent(const PlatformTouchEvent&) OVERRIDE;
PageWidgetDelegate.cpp 180 return handler.handleTouchEvent(*frame, *static_cast<const WebTouchEvent*>(&event));
223 bool PageWidgetEventHandler::handleTouchEvent(Frame& mainFrame, const WebTouchEvent& event)
225 return mainFrame.eventHandler().handleTouchEvent(PlatformTouchEventBuilder(mainFrame.view(), event));
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 103 bool handleTouchEvent(const WebTouchEvent&);
WebPluginContainerImpl.h 173 void handleTouchEvent(WebCore::TouchEvent*);
PopupContainer.cpp 282 bool PopupContainer::handleTouchEvent(const PlatformTouchEvent&)
WebDevToolsAgentImpl.cpp 312 return ic->handleTouchEvent(page->mainFrame(), touchEvent);
WebPluginContainerImpl.cpp 197 handleTouchEvent(toTouchEvent(event));
794 void WebPluginContainerImpl::handleTouchEvent(TouchEvent* event)
PopupListBox.cpp 187 bool PopupListBox::handleTouchEvent(const PlatformTouchEvent&)
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
InputTypeView.h 85 virtual void handleTouchEvent(TouchEvent*);
RangeInputType.h 57 virtual void handleTouchEvent(TouchEvent*) OVERRIDE;
InputTypeView.cpp 77 void InputTypeView::handleTouchEvent(TouchEvent*)
RangeInputType.cpp 162 void RangeInputType::handleTouchEvent(TouchEvent* event)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorController.h 99 bool handleTouchEvent(Frame*, const PlatformTouchEvent&);
InspectorOverlay.h 125 bool handleTouchEvent(const PlatformTouchEvent&);
InspectorController.cpp 346 bool InspectorController::handleTouchEvent(Frame* frame, const PlatformTouchEvent& event)
349 m_overlay->handleTouchEvent(event);
351 return domAgent->handleTouchEvent(frame, event);
InspectorInputAgent.cpp 271 m_page->mainFrame()->eventHandler().handleTouchEvent(event);
InspectorDOMAgent.h 189 bool handleTouchEvent(Frame*, const PlatformTouchEvent&);
InspectorOverlay.cpp 311 bool InspectorOverlay::handleTouchEvent(const PlatformTouchEvent& event)
316 return overlayPage()->mainFrame()->eventHandler().handleTouchEvent(event);
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 173 bool handleTouchEvent(const PlatformTouchEvent&);

Completed in 321 milliseconds

1 2