Searched refs:CTRL_CLICK (Results 1 – 2 of 2) sorted by relevance
21 import static androidx.recyclerview.selection.testing.TestEvents.Mouse.CTRL_CLICK;164 mInputDelegate.onSingleTapUp(CTRL_CLICK); in testUnconfirmedCtrlClick_AddsToExistingSelection()217 mInputDelegate.onSingleTapUp(CTRL_CLICK); in testUnconfirmedShiftCtrlClick_Combination()
43 public static final MotionEvent CTRL_CLICK = field in TestEvents.Mouse