Home
last modified time | relevance | path

Searched refs:getDelay (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/transition/src/android/transition/cts/
DPropagationTest.java72 long redDelay = getDelay(R.id.redSquare); in testCircularPropagation()
77 long greenDelay = getDelay(R.id.greenSquare); in testCircularPropagation()
81 long blueDelay = getDelay(R.id.blueSquare); in testCircularPropagation()
86 assertEquals(0, getDelay(R.id.blueSquare)); in testCircularPropagation()
104 long redDelay = getDelay(R.id.redSquare);
107 long greenDelay = getDelay(R.id.greenSquare);
110 long blueDelay = getDelay(R.id.blueSquare);
113 long yellowDelay = getDelay(R.id.yellowSquare);
122 assertEquals(0, getDelay(R.id.blueSquare));
140 long redDelay = getDelay(R.id.redSquare); in testSidePropagationTop()
[all …]
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
DQoP.java147 public QoP.delayType getDelay() { in getDelay() method in QoP
302 return getDelay() != null; in getComponents()
314 return getDelay(); in getComponents()
337 + getDelay().toIndentedString(indent); in getComponents()
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DCtsAugmentedAutofillService.java364 final long delay = response.getDelay(); in handleOnFillRequest()
366 SystemClock.sleep(response.getDelay()); in handleOnFillRequest()
DCannedAugmentedFillResponse.java83 public long getDelay() { in getDelay() method in CannedAugmentedFillResponse
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationUtilsTest.java84 assertEquals(0.1f, controller.getDelay(), 0.001f); in testLoad()
DLayoutAnimationControllerTest.java175 assertEquals(delay, mController.getDelay(), 0.0f); in testAccessDelay()
351 assertEquals(DEFAULT_DELAY, controller.getDelay(), 0.0f);