Searched refs:KeyEventDispatcher (Results 1 – 8 of 8) sorted by relevance
46 public class KeyEventDispatcher implements Handler.Callback { class84 public KeyEventDispatcher(Handler handlerToSendKeyEventsToInputFilter, in KeyEventDispatcher() method in KeyEventDispatcher88 this, 0, KeyEventDispatcher.class.getSimpleName()); in KeyEventDispatcher()105 public KeyEventDispatcher(Handler handlerToSendKeyEventsToInputFilter, in KeyEventDispatcher() method in KeyEventDispatcher
100 implements ServiceConnection, IBinder.DeathRecipient, KeyEventDispatcher.KeyEventFilter,187 @NonNull KeyEventDispatcher getKeyEventDispatcher(); in getKeyEventDispatcher()
229 private KeyEventDispatcher mKeyEventDispatcher;2487 public KeyEventDispatcher getKeyEventDispatcher() { in getKeyEventDispatcher()2489 mKeyEventDispatcher = new KeyEventDispatcher( in getKeyEventDispatcher()
47 import com.android.server.accessibility.KeyEventDispatcher.KeyEventFilter;73 private KeyEventDispatcher mKeyEventDispatcher;94 mKeyEventDispatcher = new KeyEventDispatcher(mInputEventsHandler, SEND_FRAMEWORK_KEY_EVENT, in setUp()578 return handler.hasMessages(KeyEventDispatcher.MSG_ON_KEY_EVENT_TIMEOUT); in isTimeoutPending()
76 when(mMockSystemSupport.getKeyEventDispatcher()).thenReturn(mock(KeyEventDispatcher.class)); in setup()
89 @Mock KeyEventDispatcher mMockKeyEventDispatcher;
165 @Mock private KeyEventDispatcher mMockKeyEventDispatcher;
4278 …bilityManagerService;->getKeyEventDispatcher()Lcom/android/server/accessibility/KeyEventDispatcher;4681 PLcom/android/server/accessibility/KeyEventDispatcher$PendingKeyEvent;-><init>()V4682 …ndroid/server/accessibility/KeyEventDispatcher$PendingKeyEvent;-><init>(Lcom/android/server/access…4683 PLcom/android/server/accessibility/KeyEventDispatcher;-><init>(Landroid/os/Handler;ILjava/lang/Obje…4684 PLcom/android/server/accessibility/KeyEventDispatcher;->flush(Lcom/android/server/accessibility/Key…4685 PLcom/android/server/accessibility/KeyEventDispatcher;->handleMessage(Landroid/os/Message;)Z4686 HPLcom/android/server/accessibility/KeyEventDispatcher;->notifyKeyEventLocked(Landroid/view/KeyEven…4687 …/accessibility/KeyEventDispatcher;->obtainPendingEventLocked(Landroid/view/KeyEvent;I)Lcom/android…4688 …ver/accessibility/KeyEventDispatcher;->removeEventFromListLocked(Ljava/util/List;I)Lcom/android/se…4689 …/server/accessibility/KeyEventDispatcher;->removeReferenceToPendingEventLocked(Lcom/android/server…[all …]