Searched defs:mPanelChordingKey (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java207 private int mPanelChordingKey; field in class:PhoneWindow
851 mPanelChordingKey = 0;
937 mPanelChordingKey = keyCode;
955 if (mPanelChordingKey != 0) {
956 mPanelChordingKey = 0;
2258 if ((mPanelChordingKey > 0) && (mPanelChordingKey != keyCode)) {
3168 if (hasFeature(FEATURE_OPTIONS_PANEL) && !hasWindowFocus && mPanelChordingKey != 0) {

Completed in 161 milliseconds