Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
H A DViewAutoScrollerTest.java49 private ViewAutoScroller mAutoScroller; field in ViewAutoScrollerTest
93 mAutoScroller = new ViewAutoScroller(mHost, mCallbacks); in setUp()
104 mAutoScroller.run(); in testCursorNotInScrollZone()
116 mAutoScroller.run(); in testCursorInScrollZone_notActive()
123 int expectedScrollDistance = mAutoScroller.computeScrollDistance(-1); in testCursorInScrollZone_top()
127 mAutoScroller.run(); in testCursorInScrollZone_top()
134 int expectedScrollDistance = mAutoScroller.computeScrollDistance(1); in testCursorInScrollZone_bottom()
138 mAutoScroller.run(); in testCursorInScrollZone_bottom()