Home
last modified time | relevance | path

Searched refs:TIMEOUT_DELTA (Results 1 – 4 of 4) 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.java69 private static final long TIMEOUT_DELTA = 10000; field in PointerCaptureTest
103 PollingCheck.waitFor(TIMEOUT_DELTA, view::hasFocus); in requestFocusSync()
107 PollingCheck.waitFor(TIMEOUT_DELTA, () -> { in requestCaptureSync()
122 PollingCheck.waitFor(TIMEOUT_DELTA, in releaseCaptureSync()
233 PollingCheck.waitFor(TIMEOUT_DELTA, mActivity::hasWindowFocus); in setup()
263 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !mOuter.hasWindowFocus()); in testWindowFocusChangeEndsCapture()
264 PollingCheck.waitFor(TIMEOUT_DELTA, in testWindowFocusChangeEndsCapture()
268 PollingCheck.waitFor(TIMEOUT_DELTA, () -> mOuter.hasWindowFocus()); in testWindowFocusChangeEndsCapture()
280 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !mActivity.hasWindowFocus()); in testActivityFocusChangeEndsCapture()
DTooltipTest.java66 private static final long TIMEOUT_DELTA = 10000; field in TooltipTest
106 PollingCheck.waitFor(TIMEOUT_DELTA, mActivity::hasWindowFocus); in setup()
160 PollingCheck.waitFor(TIMEOUT_DELTA, in requestLowProfileSystemUi()
318 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !mActivity.hasWindowFocus()); in testTooltipHidesOnActivityFocusChange()
332 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !mTooltipView.hasWindowFocus()); in testTooltipHidesOnWindowFocusChange()
DViewTest.java156 private static final long TIMEOUT_DELTA = 10000; field in ViewTest
347 PollingCheck.waitFor(duration + TIMEOUT_DELTA, in testOnAnimation()
2329 PollingCheck.waitFor(TIMEOUT_DELTA, view2::hasWindowFocus); in testHasWindowFocus()
3544 PollingCheck.waitFor(TIMEOUT_DELTA, view::hasWindowFocus); in testWindowFocusChanged()
3558 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !view.hasWindowFocus()); in testWindowFocusChanged()
4542 PollingCheck.waitFor(TIMEOUT_DELTA, editText::hasCalledOnCreateInputConnection); in testInputConnection()