Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java8720 mAttachInfo.mKeyDispatchState.reset(this);
16311 return mAttachInfo != null ? mAttachInfo.mKeyDispatchState : null; in getKeyDispatcherState()
16352 ? mAttachInfo.mKeyDispatchState : null, this)) { in dispatchKeyEvent()
31851 final KeyEvent.DispatcherState mKeyDispatchState field in View.AttachInfo
DViewRootImpl.java4696 mAttachInfo.mKeyDispatchState.reset(); in dispatchFocusEvent()