Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTestUtils.java35 private static final long TIMEOUT_DELTA = 1000; field in AnimationTestUtils
80 PollingCheck.waitFor(duration + TIMEOUT_DELTA, animation::hasEnded); in assertRunAnimation()
100 SystemClock.sleep(duration + TIMEOUT_DELTA); in assertRunController()
/cts/tests/tests/view/src/android/view/cts/
DPointerCaptureTest.java64 private static final long TIMEOUT_DELTA = 10000; field in PointerCaptureTest
88 PollingCheck.waitFor(TIMEOUT_DELTA, view::hasFocus); in requestFocusSync()
92 PollingCheck.waitFor(TIMEOUT_DELTA, () -> { in requestCaptureSync()
107 PollingCheck.waitFor(TIMEOUT_DELTA, in releaseCaptureSync()
212 PollingCheck.waitFor(TIMEOUT_DELTA, mActivity::hasWindowFocus); in setup()
241 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !mOuter.hasWindowFocus()); in testWindowFocusChangeEndsCapture()
242 PollingCheck.waitFor(TIMEOUT_DELTA, in testWindowFocusChangeEndsCapture()
246 PollingCheck.waitFor(TIMEOUT_DELTA, () -> mOuter.hasWindowFocus()); in testWindowFocusChangeEndsCapture()
258 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !mActivity.hasWindowFocus()); in testActivityFocusChangeEndsCapture()
DViewTest.java145 private static final long TIMEOUT_DELTA = 10000; field in ViewTest
323 PollingCheck.waitFor(duration + TIMEOUT_DELTA, in testOnAnimation()
2207 PollingCheck.waitFor(TIMEOUT_DELTA, view2::hasWindowFocus); in testHasWindowFocus()
3417 PollingCheck.waitFor(TIMEOUT_DELTA, view::hasWindowFocus); in testWindowFocusChanged()
3431 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !view.hasWindowFocus()); in testWindowFocusChanged()
4391 PollingCheck.waitFor(TIMEOUT_DELTA, editText::hasCalledOnCreateInputConnection); in testInputConnection()