Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
H A DViewAutoScrollerTest.java54 private IntConsumer mScrollAssert; field in ViewAutoScrollerTest
81 mScrollAssert.accept(dy); in setUp()
99 mScrollAssert = (int dy) -> { in testCursorNotInScrollZone()
111 mScrollAssert = (int dy) -> { in testCursorInScrollZone_notActive()
124 mScrollAssert = (int dy) -> { in testCursorInScrollZone_top()
135 mScrollAssert = (int dy) -> { in testCursorInScrollZone_bottom()