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()
207 PollingCheck.waitFor(TIMEOUT_DELTA, mActivity::hasWindowFocus); in setup()
236 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !mOuter.hasWindowFocus()); in testWindowFocusChangeEndsCapture()
237 PollingCheck.waitFor(TIMEOUT_DELTA, in testWindowFocusChangeEndsCapture()
241 PollingCheck.waitFor(TIMEOUT_DELTA, () -> mOuter.hasWindowFocus()); in testWindowFocusChangeEndsCapture()
253 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !mActivity.hasWindowFocus()); in testActivityFocusChangeEndsCapture()
DTooltipTest.java57 private static final long TIMEOUT_DELTA = 10000; field in TooltipTest
88 PollingCheck.waitFor(TIMEOUT_DELTA, mActivity::hasWindowFocus); in setup()
142 PollingCheck.waitFor(TIMEOUT_DELTA, in requestLowProfileSystemUi()
292 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !mActivity.hasWindowFocus()); in testTooltipHidesOnActivityFocusChange()
306 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !mTooltipView.hasWindowFocus()); in testTooltipHidesOnWindowFocusChange()
DViewTest.java132 private static final long TIMEOUT_DELTA = 10000; field in ViewTest
310 PollingCheck.waitFor(duration + TIMEOUT_DELTA, in testOnAnimation()
2035 PollingCheck.waitFor(TIMEOUT_DELTA, view2::hasWindowFocus); in testHasWindowFocus()
3096 PollingCheck.waitFor(TIMEOUT_DELTA, view::hasWindowFocus); in testWindowFocusChanged()
3110 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !view.hasWindowFocus()); in testWindowFocusChanged()
4067 PollingCheck.waitFor(TIMEOUT_DELTA, editText::hasCalledOnCreateInputConnection); in testInputConnection()