Home
last modified time | relevance | path

Searched refs:SHIFT_CLICK (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
DMouseInputHandler_RangeTest.java21 import static androidx.recyclerview.selection.testing.TestEvents.Mouse.SHIFT_CLICK;
84 mInputDelegate.onSingleTapUp(SHIFT_CLICK); in testExtendRange()
95 mInputDelegate.onSingleTapUp(SHIFT_CLICK); in testExtendRangeContinues()
98 mInputDelegate.onSingleTapUp(SHIFT_CLICK); in testExtendRangeContinues()
109 mInputDelegate.onSingleTapUp(SHIFT_CLICK); in testMultipleContiguousRanges()
119 mInputDelegate.onSingleTapUp(SHIFT_CLICK); in testMultipleContiguousRanges()
120 mInputDelegate.onSingleTapConfirmed(SHIFT_CLICK); in testMultipleContiguousRanges()
133 mInputDelegate.onSingleTapUp(SHIFT_CLICK); in testReducesSelectionRange()
136 mInputDelegate.onSingleTapUp(SHIFT_CLICK); in testReducesSelectionRange()
147 mInputDelegate.onSingleTapUp(SHIFT_CLICK); in testReducesSelectionRange_Reverse()
[all …]
DMouseInputHandlerTest.java23 import static androidx.recyclerview.selection.testing.TestEvents.Mouse.SHIFT_CLICK;
116 mInputDelegate.onSingleTapUp(SHIFT_CLICK); in testClickOnIconOfSelectedItem_RemovesFromSelection()
175 mInputDelegate.onSingleTapUp(SHIFT_CLICK); in testUnconfirmedShiftClick_ExtendsSelection()
187 mInputDelegate.onSingleTapConfirmed(SHIFT_CLICK); in testConfirmedShiftClick_ExtendsSelectionFromFocus()
197 mInputDelegate.onSingleTapUp(SHIFT_CLICK); in testUnconfirmedShiftClick_RotatesAroundOrigin()
201 mInputDelegate.onSingleTapUp(SHIFT_CLICK); in testUnconfirmedShiftClick_RotatesAroundOrigin()
213 mInputDelegate.onSingleTapUp(SHIFT_CLICK); in testUnconfirmedShiftCtrlClick_Combination()
289 mInputDelegate.onSingleTapUp(SHIFT_CLICK); in testClickOffSelection_RemovesSelectionAndFocuses()
/frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/
DTestEvents.java47 public static final MotionEvent SHIFT_CLICK = field in TestEvents.Mouse