Searched refs:TIMEOUT_DELTA (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | AnimationTestUtils.java | 35 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/ |
D | PointerCaptureTest.java | 64 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()
|
D | TooltipTest.java | 58 private static final long TIMEOUT_DELTA = 10000; field in TooltipTest 89 PollingCheck.waitFor(TIMEOUT_DELTA, mActivity::hasWindowFocus); in setup() 143 PollingCheck.waitFor(TIMEOUT_DELTA, in requestLowProfileSystemUi() 293 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !mActivity.hasWindowFocus()); in testTooltipHidesOnActivityFocusChange() 307 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !mTooltipView.hasWindowFocus()); in testTooltipHidesOnWindowFocusChange()
|
D | ViewTest.java | 141 private static final long TIMEOUT_DELTA = 10000; field in ViewTest 319 PollingCheck.waitFor(duration + TIMEOUT_DELTA, in testOnAnimation() 2199 PollingCheck.waitFor(TIMEOUT_DELTA, view2::hasWindowFocus); in testHasWindowFocus() 3350 PollingCheck.waitFor(TIMEOUT_DELTA, view::hasWindowFocus); in testWindowFocusChanged() 3364 PollingCheck.waitFor(TIMEOUT_DELTA, () -> !view.hasWindowFocus()); in testWindowFocusChanged() 4322 PollingCheck.waitFor(TIMEOUT_DELTA, editText::hasCalledOnCreateInputConnection); in testInputConnection()
|