Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java7935 mAttachInfo.mKeyDispatchState.reset(this);
13854 return mAttachInfo != null ? mAttachInfo.mKeyDispatchState : null; in getKeyDispatcherState()
13895 ? mAttachInfo.mKeyDispatchState : null, this)) { in dispatchKeyEvent()
28508 final KeyEvent.DispatcherState mKeyDispatchState field in View.AttachInfo
DViewRootImpl.java2939 mAttachInfo.mKeyDispatchState.reset(); in handleWindowFocusChanged()