Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DView.java8127 mAttachInfo.mKeyDispatchState.reset(this);
14497 return mAttachInfo != null ? mAttachInfo.mKeyDispatchState : null; in getKeyDispatcherState()
14538 ? mAttachInfo.mKeyDispatchState : null, this)) { in dispatchKeyEvent()
29418 final KeyEvent.DispatcherState mKeyDispatchState field in View.AttachInfo
H A DViewRootImpl.java3541 mAttachInfo.mKeyDispatchState.reset(); in handleWindowFocusChanged()