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
61 this(conductor, SystemClock.uptimeMillis() + effect.getDelays().get(0), effect, in StartSequentialEffectStep()134 long nextEffectDelay = sequentialEffect.getDelays().get(nextIndex); in nextStep()
299 proto.write(CombinedVibrationEffectProto.DELAYS, effect.getDelays().get(i)); in dumpEffect()
270 mDelays.addAll(sequentialEffect.getDelays()); in addNext()577 public List<Integer> getDelays() {
111 assertEquals(Arrays.asList(110, 100, 100, 10, 100), combined.getDelays()); in testNestedSequentialAccumulatesDelays()
2210 method @NonNull public java.util.List<java.lang.Integer> getDelays();