Searched refs:isMetaPressed (Results 1 – 4 of 4) sorted by relevance
2896 if (down && event.isMetaPressed()) { in interceptKeyBeforeDispatching()2909 if (down && event.isMetaPressed() && event.isCtrlPressed() && repeatCount == 0) { in interceptKeyBeforeDispatching()2915 if (down && event.isMetaPressed() && event.isCtrlPressed() && repeatCount == 0) { in interceptKeyBeforeDispatching()2924 if (down && event.isMetaPressed() && event.isCtrlPressed() && repeatCount == 0) { in interceptKeyBeforeDispatching()2930 if (down && event.isMetaPressed() && event.isCtrlPressed() && repeatCount == 0) { in interceptKeyBeforeDispatching()2936 if (down && repeatCount == 0 && event.isMetaPressed() && !keyguardOn) { in interceptKeyBeforeDispatching()3021 if (event.isMetaPressed()) { in interceptKeyBeforeDispatching()3094 if (event.isMetaPressed()) { in interceptKeyBeforeDispatching()
2500 public final boolean isMetaPressed() { in isMetaPressed() method in KeyEvent
32420 method public final boolean isMetaPressed();
48316 method public final boolean isMetaPressed();