Home
last modified time | relevance | path

Searched refs:KeyEventDispatcher (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DKeyEventDispatcher.java46 public class KeyEventDispatcher implements Handler.Callback { class
84 public KeyEventDispatcher(Handler handlerToSendKeyEventsToInputFilter, in KeyEventDispatcher() method in KeyEventDispatcher
88 this, 0, KeyEventDispatcher.class.getSimpleName()); in KeyEventDispatcher()
105 public KeyEventDispatcher(Handler handlerToSendKeyEventsToInputFilter, in KeyEventDispatcher() method in KeyEventDispatcher
H A DAbstractAccessibilityServiceConnection.java108 implements ServiceConnection, IBinder.DeathRecipient, KeyEventDispatcher.KeyEventFilter,
203 @NonNull KeyEventDispatcher getKeyEventDispatcher(); in getKeyEventDispatcher()
H A DAccessibilityManagerService.java235 private KeyEventDispatcher mKeyEventDispatcher;
2849 public KeyEventDispatcher getKeyEventDispatcher() { in getKeyEventDispatcher()
2851 mKeyEventDispatcher = new KeyEventDispatcher( in getKeyEventDispatcher()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DKeyEventDispatcherTest.java48 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()
H A DUiAutomationManagerTest.java78 when(mMockSystemSupport.getKeyEventDispatcher()).thenReturn(mock(KeyEventDispatcher.class)); in setup()
H A DAccessibilityServiceConnectionTest.java92 @Mock KeyEventDispatcher mMockKeyEventDispatcher;
H A DAbstractAccessibilityServiceConnectionTest.java169 @Mock private KeyEventDispatcher mMockKeyEventDispatcher;
/aosp12/frameworks/base/services/
H A Dart-profile4392 PLcom/android/server/accessibility/KeyEventDispatcher$PendingKeyEvent;-><init>()V
4393 …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;)Z
4398 …/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 …]