Home
last modified time | relevance | path

Searched defs:mDispatcherState (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java90 final KeyEvent.DispatcherState mDispatcherState field in AbstractInputMethodService
H A DSoftInputWindow.java47 private final KeyEvent.DispatcherState mDispatcherState; field in SoftInputWindow
/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionWindow.java48 private final KeyEvent.DispatcherState mDispatcherState; field in VoiceInteractionWindow
H A DVoiceInteractionSession.java190 final KeyEvent.DispatcherState mDispatcherState = new KeyEvent.DispatcherState(); field in VoiceInteractionSession
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java499 private final KeyEvent.DispatcherState mDispatcherState = new KeyEvent.DispatcherState(); field in TvInputService.Session
/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DTvInteractiveAppService.java420 private final KeyEvent.DispatcherState mDispatcherState = new KeyEvent.DispatcherState(); field in TvInteractiveAppService.Session