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.java34 private static final long TIMEOUT_DELTA = 1000; field in AnimationTestUtils
79 PollingCheck.waitFor(duration + TIMEOUT_DELTA, animation::hasEnded); in assertRunAnimation()
99 SystemClock.sleep(duration + TIMEOUT_DELTA); in assertRunController()
/cts/tests/tests/view/src/android/view/cts/
DPointerCaptureTest.java63 private static final long TIMEOUT_DELTA = 10000; field in PointerCaptureTest
87 PollingCheck.waitFor(TIMEOUT_DELTA, view::hasFocus); in requestFocusSync()
92 PollingCheck.waitFor(TIMEOUT_DELTA, in requestCaptureSync()
102 PollingCheck.waitFor(TIMEOUT_DELTA, in releaseCaptureSync()
202 PollingCheck.waitFor(TIMEOUT_DELTA, mActivity::hasWindowFocus); in setup()
228 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !mOuter.hasWindowFocus()); in testWindowFocusChangeEndsCapture()
232 PollingCheck.waitFor(TIMEOUT_DELTA, () -> mOuter.hasWindowFocus()); in testWindowFocusChangeEndsCapture()
244 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !mActivity.hasWindowFocus()); in testActivityFocusChangeEndsCapture()
DTooltipTest.java54 private static final long TIMEOUT_DELTA = 10000; field in TooltipTest
85 PollingCheck.waitFor(TIMEOUT_DELTA, mActivity::hasWindowFocus); in setup()
139 PollingCheck.waitFor(TIMEOUT_DELTA, in requestLowProfileSystemUi()
281 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !mActivity.hasWindowFocus()); in testTooltipHidesOnActivityFocusChange()
295 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !mTooltipView.hasWindowFocus()); in testTooltipHidesOnWindowFocusChange()
DViewTest.java129 private static final long TIMEOUT_DELTA = 10000; field in ViewTest
304 PollingCheck.waitFor(duration + TIMEOUT_DELTA, in testOnAnimation()
1968 PollingCheck.waitFor(TIMEOUT_DELTA, view2::hasWindowFocus); in testHasWindowFocus()
2923 PollingCheck.waitFor(TIMEOUT_DELTA, view::hasWindowFocus); in testWindowFocusChanged()
2937 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !view.hasWindowFocus()); in testWindowFocusChanged()
3831 PollingCheck.waitFor(TIMEOUT_DELTA, editText::hasCalledOnCreateInputConnection); in testInputConnection()