Searched refs:isShiftKeyDown (Results 1 – 3 of 3) sorted by relevance
118 boolean isShiftKeyDown(); in isShiftKeyDown() method165 public boolean isShiftKeyDown() { in isShiftKeyDown() method in Events.MotionInputEvent201 .append(" isShiftKeyDown=").append(isShiftKeyDown()) in toString()
39 public boolean isShiftKeyDown() { in isShiftKeyDown() method in TestInputEvent
326 if (mRanger != null && input.isShiftKeyDown()) { in handleAdapterEvent()