Searched refs:TIMEOUT_DELTA (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | AnimationTestUtils.java | 34 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/ |
D | PointerCaptureTest.java | 63 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()
|
D | TooltipTest.java | 57 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()
|
D | ViewTest.java | 132 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()
|