Searched refs:SECONDARY_CLICK (Results 1 – 4 of 4) sorted by relevance
20 import static androidx.recyclerview.selection.testing.TestEvents.Mouse.SECONDARY_CLICK;184 mInputDelegate.onDown(SECONDARY_CLICK); in testRightClickEstablishesRange()191 mInputDelegate.onSingleTapUp(SECONDARY_CLICK); in testRightClickEstablishesRange()
22 import static androidx.recyclerview.selection.testing.TestEvents.Mouse.SECONDARY_CLICK;126 mInputDelegate.onDown(SECONDARY_CLICK); in testRightClickDown_StartsContextMenu()128 mMouseCallbacks.assertLastEvent(SECONDARY_CLICK); in testRightClickDown_StartsContextMenu()
180 mHandler.sendEmptyMessage(H.SECONDARY_CLICK); in secondaryClick()404 private static final int SECONDARY_CLICK = 3; field in QSTileImpl.H446 } else if (msg.what == SECONDARY_CLICK) { in handleMessage()
49 public static final MotionEvent SECONDARY_CLICK = field in TestEvents.Mouse