Home
last modified time | relevance | path

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

/cts/tests/ui/src/android/ui/cts/
DScrollingActivity.java36 private static final int SCROLL_TIME_IN_MS = 1; field in ScrollingActivity
70 view.smoothScrollToPositionFromTop(loc, 0, SCROLL_TIME_IN_MS); in doScroll()