Searched refs:DispatcherState (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java48 final KeyEvent.DispatcherState mDispatcherState
49 = new KeyEvent.DispatcherState();
155 * Return the global {@link KeyEvent.DispatcherState KeyEvent.DispatcherState}
160 public KeyEvent.DispatcherState getKeyDispatcherState() {
H A DSoftInputWindow.java34 final KeyEvent.DispatcherState mDispatcherState;
55 KeyEvent.DispatcherState dispatcherState) {
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuDialogHelper.java97 KeyEvent.DispatcherState ds = decor.getKeyDispatcherState();
109 KeyEvent.DispatcherState ds = decor.getKeyDispatcherState();
/frameworks/base/core/java/android/view/
H A DKeyEvent.java1231 * @deprecated Use {@link #dispatch(Callback, DispatcherState, Object)} instead.
1249 public final boolean dispatch(Callback receiver, DispatcherState state,
1305 * Use with {@link KeyEvent#dispatch(Callback, DispatcherState, Object)}
1308 public static class DispatcherState { class in class:KeyEvent
H A DView.java3809 * Return the global {@link KeyEvent.DispatcherState KeyEvent.DispatcherState}
3814 public KeyEvent.DispatcherState getKeyDispatcherState() {
9353 final KeyEvent.DispatcherState mKeyDispatchState
9354 = new KeyEvent.DispatcherState();
/frameworks/base/core/java/android/widget/
H A DZoomButtonsController.java482 KeyEvent.DispatcherState ds = mOwnerView.getKeyDispatcherState();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java1140 final KeyEvent.DispatcherState dispatcher =
1309 final KeyEvent.DispatcherState dispatcher =
/frameworks/base/core/java/android/app/
H A DSearchDialog.java1332 KeyEvent.DispatcherState state = getKeyDispatcherState();

Completed in 534 milliseconds