Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java90 final KeyEvent.DispatcherState mDispatcherState field in AbstractInputMethodService
182 mDispatcherState, this); in dispatchKeyEvent()
220 return mDispatcherState; in getKeyDispatcherState()
H A DSoftInputWindow.java47 private final KeyEvent.DispatcherState mDispatcherState; field in SoftInputWindow
143 mDispatcherState = dispatcherState; in SoftInputWindow()
149 mDispatcherState.reset(); in onWindowFocusChanged()
H A DInputMethodService.java1636 mWindow = new SoftInputWindow(this, mTheme, mDispatcherState); in onCreate()
/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionWindow.java48 private final KeyEvent.DispatcherState mDispatcherState; field in VoiceInteractionWindow
152 mDispatcherState = dispatcherState; in VoiceInteractionWindow()
162 mDispatcherState.reset(); in onWindowFocusChanged()
H A DVoiceInteractionSession.java190 final KeyEvent.DispatcherState mDispatcherState = new KeyEvent.DispatcherState(); field in VoiceInteractionSession
1315 mCallbacks, this, mDispatcherState, in ensureWindowCreated()
/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
2005 if (keyEvent.dispatch(this, mDispatcherState, this)) { in dispatchInputEvent()
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java499 private final KeyEvent.DispatcherState mDispatcherState = new KeyEvent.DispatcherState(); field in TvInputService.Session
2095 if (keyEvent.dispatch(this, mDispatcherState, this)) { in dispatchInputEvent()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt22497 Landroid/inputmethodservice/AbstractInputMethodService;->mDispatcherState:Landroid/view/KeyEvent$Di…
22773 Landroid/inputmethodservice/SoftInputWindow;->mDispatcherState:Landroid/view/KeyEvent$DispatcherSta…
31614 Landroid/media/tv/TvInputService$Session;->mDispatcherState:Landroid/view/KeyEvent$DispatcherState;
50688 Landroid/service/voice/VoiceInteractionSession;->mDispatcherState:Landroid/view/KeyEvent$Dispatcher…