Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DChangeScrollTest.java52 final CountDownLatch scrollChanged = new CountDownLatch(1); in testChangeScroll() local
55 scrollChanged.countDown(); in testChangeScroll()
67 assertTrue(scrollChanged.await(1, TimeUnit.SECONDS)); in testChangeScroll()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2804 boolean scrollChanged = false; in waitForScrollingComplete()
2806 while (scrollChanging || (!scrollChanged && !minWaitExpired)) { in waitForScrollingComplete()
2811 scrollChanged = (scrollY != previousScrollY); in waitForScrollingComplete()