Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java8120 mAttachInfo.mKeyDispatchState.reset(this);
14207 return mAttachInfo != null ? mAttachInfo.mKeyDispatchState : null;
14248 ? mAttachInfo.mKeyDispatchState : null, this)) {
28916 final KeyEvent.DispatcherState mKeyDispatchState field in View.AttachInfo
DViewRootImpl.java3256 mAttachInfo.mKeyDispatchState.reset(); in handleWindowFocusChanged()