Home
last modified time | relevance | path

Searched defs:maxDuration (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/view/src/android/view/animation/cts/
DGridLayoutAnimationControllerTest.java90 long maxDuration = 13000; in testAccessDelay() local
94 maxDuration); in testAccessDelay() local
104 maxDuration); in testAccessDelay() local
DLayoutAnimationControllerTest.java167 long maxDuration = (long) (delay * INDEX_OF_CHILD3 * DURATION + DURATION); in testAccessDelay() local
169 maxDuration); in testAccessDelay() local
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java1412 long maxDuration = (long) (1e9 / minFps); in getAeAvailableTargetFpsRangesChecked() local
1452 Long maxDuration = getValueFromKeyNonNull(key); in getMaxFrameDurationChecked() local
/cts/tests/tests/media/src/android/media/cts/
DAudioTrackTest.java1860 final long maxDuration = frameCount * 1000 / TEST_SR + 1000; in testPlayChannelIndexStreamBuffer() local