Home
last modified time | relevance | path

Searched refs:mKeyDispatchState (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DView.java8343 mAttachInfo.mKeyDispatchState.reset(this);
15560 return mAttachInfo != null ? mAttachInfo.mKeyDispatchState : null; in getKeyDispatcherState()
15601 ? mAttachInfo.mKeyDispatchState : null, this)) { in dispatchKeyEvent()
30789 final KeyEvent.DispatcherState mKeyDispatchState field in View.AttachInfo
H A DViewRootImpl.java4255 mAttachInfo.mKeyDispatchState.reset(); in dispatchFocusEvent()