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

  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 92 final boolean handleKeyEvent = (action != KeyEvent.ACTION_UP);
96 if (handleKeyEvent) {
105 if (handleKeyEvent) {
150 final boolean handleKeyEvent = (action != KeyEvent.ACTION_UP);
158 if (handleKeyEvent) {
175 if (handleKeyEvent) {
192 if (handleKeyEvent) {
205 if (handleKeyEvent) {
217 if (handleKeyEvent) {
225 if (handleKeyEvent) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 91 final boolean handleKeyEvent = (action != KeyEvent.ACTION_UP);
95 if (handleKeyEvent) {
104 if (handleKeyEvent) {
149 final boolean handleKeyEvent = (action != KeyEvent.ACTION_UP);
157 if (handleKeyEvent) {
174 if (handleKeyEvent) {
191 if (handleKeyEvent) {
204 if (handleKeyEvent) {
216 if (handleKeyEvent) {
224 if (handleKeyEvent) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebPagePopupImpl.h 61 bool handleKeyEvent(const WebCore::PlatformKeyboardEvent&);
78 virtual bool handleKeyEvent(const WebKeyboardEvent&) OVERRIDE;
PageWidgetDelegate.h 61 virtual bool handleKeyEvent(const WebKeyboardEvent&) = 0;
PopupContainer.h 64 virtual bool handleKeyEvent(const PlatformKeyboardEvent&) OVERRIDE;
WebPopupMenuImpl.cpp 141 bool WebPopupMenuImpl::handleKeyEvent(const WebKeyboardEvent& event)
143 return m_widget->handleKeyEvent(PlatformKeyboardEventBuilder(event));
249 return handleKeyEvent(*static_cast<const WebKeyboardEvent*>(&inputEvent));
PopupListBox.h 125 virtual bool handleKeyEvent(const PlatformKeyboardEvent&) OVERRIDE;