Searched refs:mPendingMetaAction (Results 1 – 1 of 1) sorted by relevance
613 boolean mPendingMetaAction; field in PhoneWindowManager3004 if (mPendingMetaAction && !KeyEvent.isMetaKey(keyCode)) { in interceptKeyBeforeDispatching()3005 mPendingMetaAction = false; in interceptKeyBeforeDispatching()3293 mPendingMetaAction = true; in interceptKeyBeforeDispatching()3294 } else if (mPendingMetaAction) { in interceptKeyBeforeDispatching()