Home
last modified time | relevance | path

Searched defs:down (Results 1 – 3 of 3) sorted by relevance

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewNestedScrollingChildTest.java112 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 500, 500, 0); in uiFingerDown_vertical_parentHasNestedScrollingChildWithTypeTouch() local
123 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 500, 500, 0); in uiFingerDown_horizontal_parentHasNestedScrollingChildWithTypeTouch() local
134 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 500, 500, 0); in uiFingerDown_parentRejects_parentDoesNotHaveNestedScrollingChild() local
145 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 500, 500, 0); in uiFingerUp_afterFingerDown_parentDoesNotHaveNestedScrollingChild() local
158 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 500, 500, 0); in uiFingerScroll_vertical_parentOnNestedPreScrollCalledCorrectly() local
183 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 500, 500, 0); in uiFingerScroll_horizontal_parentOnNestedPreScrollCalledCorrectly() local
208 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 500, 500, 0); in uiFingerScroll_scrollsBeyondLimitVertical_parentOnNestedScrollCalledCorrectly() local
222 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 500, 500, 0); in uiFingerScroll_scrollsBeyondLimitHorizontal_parentOnNestedScrollCalledCorrectly() local
236 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 500, 500, 0); in uiFingerScroll_scrollsWithinLimitVertical_parentOnNestedScrollCalledCorrectly() local
250 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 500, 500, 0); in uiFingerScroll_scrollsWithinLimitHorizontal_parentOnNestedScrollCalledCorrectly() local
[all …]
DRecyclerViewNestedScrollingFlingTest.kt152 val down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 500f, 500f, 0) in uiFingerFling_flingVelocityIsCorrect() constant
/recyclerview/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/
DTestEvents.java324 public Builder down() { in down() method in TestEvents.Builder