Searched refs:isShiftPressed (Results 1 – 14 of 14) sorted by relevance
81 {@link android.view.KeyEvent#isShiftPressed()} and {@link android.view.KeyEvent#isCtrlPressed()}.93 if (event.isShiftPressed()) {100 if (event.isShiftPressed()) {
76 public boolean isShiftPressed(MotionEvent e) { in isShiftPressed() method in Events
90 if (event.isShiftPressed()) { in handleKey()
1499 if (event.isShiftPressed()) { in onKey()1523 if (!Events.isNavigationKeyCode(event.getKeyCode()) || !event.isShiftPressed()) { in shouldExtendSelection()
554 final boolean backward = event.isShiftPressed(); in onKeyDown()
2254 public final boolean isShiftPressed() { in isShiftPressed() method in KeyEvent
398 pageScroll(event.isShiftPressed() ? View.FOCUS_LEFT : View.FOCUS_RIGHT); in executeKeyEvent()
424 pageScroll(event.isShiftPressed() ? View.FOCUS_UP : View.FOCUS_DOWN); in executeKeyEvent()
557 pageScroll(event.isShiftPressed() ? View.FOCUS_UP : View.FOCUS_DOWN); in executeKeyEvent()
3157 int type = event.isShiftPressed() ? TAKE_SCREENSHOT_SELECTED_REGION in interceptKeyBeforeDispatching()3419 if (event.isShiftPressed()) { in interceptKeyBeforeDispatching()
32425 method public final boolean isShiftPressed();
41171 method public final boolean isShiftPressed();
44171 method public final boolean isShiftPressed();
41250 method public final boolean isShiftPressed();