Searched refs:TEST_TIMINGS (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | VibrationEffectTest.java | 56 private static final long[] TEST_TIMINGS = new long[] { 100, 100, 200 }; field in VibrationEffectTest 65 VibrationEffect.createWaveform(TEST_TIMINGS, TEST_AMPLITUDES, -1); 121 VibrationEffect.createWaveform(TEST_TIMINGS, TEST_AMPLITUDES, -1).validate(); in testValidateWaveform() 123 VibrationEffect.createWaveform(TEST_TIMINGS, TEST_AMPLITUDES, 0).validate(); in testValidateWaveform() 137 () -> VibrationEffect.createWaveform(TEST_TIMINGS, new int[0], -1).validate()); in testValidateWaveform() 143 TEST_TIMINGS, new int[]{-1, -1, -2}, -1).validate()); in testValidateWaveform() 146 TEST_TIMINGS, TEST_AMPLITUDES, TEST_TIMINGS.length).validate()); in testValidateWaveform()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
H A D | TestValues.kt | 9 val TEST_TIMINGS = LaunchAnimator.Timings( regex
|
H A D | DialogLaunchAnimatorTest.kt | 36 private val launchAnimator = LaunchAnimator(TEST_TIMINGS, TEST_INTERPOLATORS)
|
H A D | ActivityLaunchAnimatorTest.kt | 49 private val launchAnimator = LaunchAnimator(TEST_TIMINGS, TEST_INTERPOLATORS)
|