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.java77 long redDelay = getDelay(R.id.redSquare); in testCircularPropagation()
82 long greenDelay = getDelay(R.id.greenSquare); in testCircularPropagation()
86 long blueDelay = getDelay(R.id.blueSquare); in testCircularPropagation()
91 assertEquals(0, getDelay(R.id.blueSquare)); in testCircularPropagation()
109 long redDelay = getDelay(R.id.redSquare);
112 long greenDelay = getDelay(R.id.greenSquare);
115 long blueDelay = getDelay(R.id.blueSquare);
118 long yellowDelay = getDelay(R.id.yellowSquare);
127 assertEquals(0, getDelay(R.id.blueSquare));
145 long redDelay = getDelay(R.id.redSquare); in testSidePropagationTop()
[all …]
/cts/tests/location/location_gnss/src/android/location/cts/gnss/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/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);
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DCtsAugmentedAutofillService.java387 final long delay = response.getDelay(); in handleOnFillRequest()
389 SystemClock.sleep(response.getDelay()); in handleOnFillRequest()
DCannedAugmentedFillResponse.java92 public long getDelay() { in getDelay() method in CannedAugmentedFillResponse