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
108 implements ServiceConnection, IBinder.DeathRecipient, KeyEventDispatcher.KeyEventFilter,203 @NonNull KeyEventDispatcher getKeyEventDispatcher(); in getKeyEventDispatcher()
235 private KeyEventDispatcher mKeyEventDispatcher;2849 public KeyEventDispatcher getKeyEventDispatcher() { in getKeyEventDispatcher()2851 mKeyEventDispatcher = new KeyEventDispatcher( in getKeyEventDispatcher()
48 import com.android.server.accessibility.KeyEventDispatcher.KeyEventFilter;74 private KeyEventDispatcher mKeyEventDispatcher;95 mKeyEventDispatcher = new KeyEventDispatcher(mInputEventsHandler, SEND_FRAMEWORK_KEY_EVENT, in setUp()579 return handler.hasMessages(KeyEventDispatcher.MSG_ON_KEY_EVENT_TIMEOUT); in isTimeoutPending()
78 when(mMockSystemSupport.getKeyEventDispatcher()).thenReturn(mock(KeyEventDispatcher.class)); in setup()
92 @Mock KeyEventDispatcher mMockKeyEventDispatcher;
169 @Mock private KeyEventDispatcher mMockKeyEventDispatcher;
4392 PLcom/android/server/accessibility/KeyEventDispatcher$PendingKeyEvent;-><init>()V4393 …ndroid/server/accessibility/KeyEventDispatcher$PendingKeyEvent;-><init>(Lcom/android/server/access…4395 PLcom/android/server/accessibility/KeyEventDispatcher;->flush(Lcom/android/server/accessibility/Key…4396 PLcom/android/server/accessibility/KeyEventDispatcher;->handleMessage(Landroid/os/Message;)Z4398 …/accessibility/KeyEventDispatcher;->obtainPendingEventLocked(Landroid/view/KeyEvent;I)Lcom/android…4399 …ver/accessibility/KeyEventDispatcher;->removeEventFromListLocked(Ljava/util/List;I)Lcom/android/se…4400 …/server/accessibility/KeyEventDispatcher;->removeReferenceToPendingEventLocked(Lcom/android/server…4401 …/android/server/accessibility/KeyEventDispatcher;->setOnKeyEventResult(Lcom/android/server/accessi…52029 Lcom/android/server/accessibility/KeyEventDispatcher$KeyEventFilter;52030 Lcom/android/server/accessibility/KeyEventDispatcher$PendingKeyEvent;[all …]