Searched refs:isShiftPressed (Results 1 – 9 of 9) sorted by relevance
54 private boolean isShiftPressed; field in EspressoKey.Builder67 isShiftPressed = shiftPressed; in withShiftPressed()90 if (isShiftPressed) { in getMetaState()
81 {@link android.view.KeyEvent#isShiftPressed()} and {@link android.view.KeyEvent#isCtrlPressed()}.93 if (event.isShiftPressed()) {100 if (event.isShiftPressed()) {
87 if (isForwardDelete || event.isShiftPressed() in backspaceOrForwardDelete()
131 final boolean backward = event.isShiftPressed(); in onKeyDown()
532 final boolean backward = event.isShiftPressed(); in onKeyDown()
2198 public final boolean isShiftPressed() { in isShiftPressed() method in KeyEvent
386 pageScroll(event.isShiftPressed() ? View.FOCUS_LEFT : View.FOCUS_RIGHT); in executeKeyEvent()
414 pageScroll(event.isShiftPressed() ? View.FOCUS_UP : View.FOCUS_DOWN); in executeKeyEvent()
32254 method public final boolean isShiftPressed();