Searched refs:getDelays (Results 1 – 6 of 6) sorted by relevance
71 AppearAnimationProperties properties = getDelays(objects); in startAnimation2d()77 AppearAnimationProperties properties = getDelays(objects); in startAnimation()129 private <T> AppearAnimationProperties getDelays(T[] items) { in getDelays() method in AppearAnimationUtils147 private <T> AppearAnimationProperties getDelays(T[][] items) { in getDelays() method in AppearAnimationUtils
60 this(conductor, SystemClock.uptimeMillis() + effect.getDelays().get(0), effect, in StartSequentialEffectStep()133 long nextEffectDelay = sequentialEffect.getDelays().get(nextIndex); in nextStep()
376 proto.write(CombinedVibrationEffectProto.DELAYS, effect.getDelays().get(i)); in dumpEffect()
321 mDelays.addAll(sequentialEffect.getDelays()); in addNext()720 public List<Integer> getDelays() {
108 assertEquals(Arrays.asList(110, 100, 100, 10, 100), combined.getDelays()); in testNestedSequentialAccumulatesDelays()
2328 method @NonNull public java.util.List<java.lang.Integer> getDelays();