Home
last modified time | relevance | path

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

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java140 private static final long MIN_SCROLL_WAIT_MS = 1000; field in WebViewTest
2806 long noChangeMinWait = SystemClock.uptimeMillis() + MIN_SCROLL_WAIT_MS; in waitForScrollingComplete()