Searched refs:mPendingCapsLockToggle (Results 1 – 1 of 1) sorted by relevance
614 boolean mPendingCapsLockToggle; field in PhoneWindowManager3008 if (mPendingCapsLockToggle && !KeyEvent.isMetaKey(keyCode) && !KeyEvent.isAltKey(keyCode)) { in interceptKeyBeforeDispatching()3009 mPendingCapsLockToggle = false; in interceptKeyBeforeDispatching()3262 if (!mPendingCapsLockToggle) { in interceptKeyBeforeDispatching()3265 mPendingCapsLockToggle = true; in interceptKeyBeforeDispatching()3281 mPendingCapsLockToggle = false; in interceptKeyBeforeDispatching()