Searched refs:isShiftPressed (Results 1 – 9 of 9) sorted by relevance
599 final boolean backward = event.isShiftPressed(); in onKeyDown()
2363 public final boolean isShiftPressed() { in isShiftPressed() method in KeyEvent
503 pageScroll(event.isShiftPressed() ? View.FOCUS_LEFT : View.FOCUS_RIGHT); in executeKeyEvent()
536 pageScroll(event.isShiftPressed() ? View.FOCUS_UP : View.FOCUS_DOWN); in executeKeyEvent()
2786 int type = event.isShiftPressed() ? TAKE_SCREENSHOT_SELECTED_REGION in interceptKeyBeforeDispatchingInner()3039 if (event.isShiftPressed()) { in interceptKeyBeforeDispatchingInner()
16396 HPLandroid/view/KeyEvent;->isShiftPressed()Z
32425 method public final boolean isShiftPressed();
50384 method public final boolean isShiftPressed();
50528 method public final boolean isShiftPressed();