Searched defs:dispatchKeyEvent (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/base/android/java/src/org/chromium/base/
H A DWindowCallbackWrapper.java36 public boolean dispatchKeyEvent(KeyEvent event) { method in class:WindowCallbackWrapper
37 return mCallback.dispatchKeyEvent(event);
/external/chromium_org/chromecast/shell/android/apk/src/org/chromium/chromecast/shell/
H A DCastShellActivity.java264 public boolean dispatchKeyEvent(KeyEvent event) { method in class:CastShellActivity
267 return super.dispatchKeyEvent(event);
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DDesktop.java225 public boolean dispatchKeyEvent(KeyEvent event) { method in class:Desktop
230 return super.dispatchKeyEvent(event);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorClient.h77 virtual void dispatchKeyEvent(const PlatformKeyboardEvent&) { } function in class:blink::InspectorClient
H A DInspectorInputAgent.cpp102 void InspectorInputAgent::dispatchKeyEvent(ErrorString* error, const String& type, const int* modifiers, const double* timestamp, const String* text, const String* unmodifiedText, const String* keyIdentifier, const int* windowsVirtualKeyCode, const int* nativeVirtualKeyCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey) function in class:blink::InspectorInputAgent
130 m_client->dispatchKeyEvent(event);
/external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
H A DSkiaSampleActivity.java189 public boolean dispatchKeyEvent(KeyEvent event) { method in class:SkiaSampleActivity
/external/skia/platform_tools/android/app/src/com/skia/
H A DSkiaSampleActivity.java189 public boolean dispatchKeyEvent(KeyEvent event) { method in class:SkiaSampleActivity
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwViewMethods.java57 * @see android.view.View#dispatchKeyEvent
59 boolean dispatchKeyEvent(KeyEvent event); method in interface:AwViewMethods
H A DNullAwViewMethods.java72 public boolean dispatchKeyEvent(KeyEvent event) { method in class:NullAwViewMethods
H A DFullScreenView.java75 public boolean dispatchKeyEvent(final KeyEvent event) { method in class:FullScreenView
76 return mAwViewMethods.dispatchKeyEvent(event);
164 return FullScreenView.super.dispatchKeyEvent(event);
H A DAwContents.java1475 * @see android.webkit.WebView#dispatchKeyEvent(KeyEvent)
1477 public boolean dispatchKeyEvent(KeyEvent event) { method in class:AwContents
1478 return mAwViewMethods.dispatchKeyEvent(event);
2342 public boolean dispatchKeyEvent(KeyEvent event) { method in class:AwContents.AwViewMethodsImpl
2347 return mContentViewCore.dispatchKeyEvent(event);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DGamepadList.java78 * {@link dispatchKeyEvent}.
183 public static boolean dispatchKeyEvent(KeyEvent event) { method in class:GamepadList
H A DImeAdapter.java39 * 2. Intercept dispatchKeyEvent() method for key events not handled by IME, we
340 public boolean dispatchKeyEvent(KeyEvent event) { method in class:ImeAdapter
/external/chromium_org/third_party/WebKit/Source/web/
H A DInspectorClientImpl.cpp163 void InspectorClientImpl::dispatchKeyEvent(const PlatformKeyboardEvent& event) function in class:blink::InspectorClientImpl
166 agent->dispatchKeyEvent(event);
H A DWebDevToolsAgentImpl.cpp500 void WebDevToolsAgentImpl::dispatchKeyEvent(const PlatformKeyboardEvent& event) function in class:blink::WebDevToolsAgentImpl
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentView.java122 public boolean dispatchKeyEvent(KeyEvent event) { method in class:ContentView
124 return mContentViewCore.dispatchKeyEvent(event);
126 return super.dispatchKeyEvent(event);
304 return super.dispatchKeyEvent(event);
H A DContentViewCore.java172 * @see View#dispatchKeyEvent(KeyEvent)
1560 * @see View#dispatchKeyEvent(KeyEvent)
1562 public boolean dispatchKeyEvent(KeyEvent event) { method in class:ContentViewCore
1563 if (GamepadList.dispatchKeyEvent(event)) return true;
1568 if (mImeAdapter.dispatchKeyEvent(event)) return true;
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
H A DAwTestContainerView.java328 public boolean dispatchKeyEvent(KeyEvent event) { method in class:AwTestContainerView
329 return mAwContents.dispatchKeyEvent(event);
451 return AwTestContainerView.super.dispatchKeyEvent(event);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java588 public boolean dispatchKeyEvent(KeyEvent event) { method in class:ShadowView
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp2142 bool Node::dispatchKeyEvent(const PlatformKeyboardEvent& event) function in class:blink::Node
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 6952 milliseconds