Searched refs:ALT_CLICK (Results 1 – 2 of 2) sorted by relevance
19 import static androidx.recyclerview.selection.testing.TestEvents.Mouse.ALT_CLICK;133 mInputDelegate.onDown(ALT_CLICK); in testAltClickDown_StartsContextMenu()135 mMouseCallbacks.assertLastEvent(ALT_CLICK); in testAltClickDown_StartsContextMenu()
45 public static final MotionEvent ALT_CLICK = field in TestEvents.Mouse