Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
H A DAppearAnimationUtils.java71 AppearAnimationProperties properties = getDelays(objects); in startAnimation2d()
77 AppearAnimationProperties properties = getDelays(objects); in startAnimation()
129 private <T> AppearAnimationProperties getDelays(T[] items) { in getDelays() method in AppearAnimationUtils
147 private <T> AppearAnimationProperties getDelays(T[][] items) { in getDelays() method in AppearAnimationUtils
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DStartSequentialEffectStep.java61 this(conductor, SystemClock.uptimeMillis() + effect.getDelays().get(0), effect, in StartSequentialEffectStep()
134 long nextEffectDelay = sequentialEffect.getDelays().get(nextIndex); in nextStep()
H A DVibration.java299 proto.write(CombinedVibrationEffectProto.DELAYS, effect.getDelays().get(i)); in dumpEffect()
/aosp14/frameworks/base/core/java/android/os/
H A DCombinedVibration.java270 mDelays.addAll(sequentialEffect.getDelays()); in addNext()
577 public List<Integer> getDelays() {
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DCombinedVibrationTest.java111 assertEquals(Arrays.asList(110, 100, 100, 10, 100), combined.getDelays()); in testNestedSequentialAccumulatesDelays()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt2210 method @NonNull public java.util.List<java.lang.Integer> getDelays();