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
256 mDelays.addAll(sequentialEffect.getDelays()); in addNext()543 public List<Integer> getDelays() { in getDelays() method in CombinedVibration.Stereo.Sequential
111 assertEquals(Arrays.asList(110, 100, 100, 10, 100), combined.getDelays()); in testNestedSequentialAccumulatesDelays()
311 proto.write(CombinedVibrationEffectProto.DELAYS, effect.getDelays().get(i)); in dumpEffect()
643 this(SystemClock.uptimeMillis() + effect.getDelays().get(0), effect, /* index= */ 0); in StartVibrateStep()710 long nextEffectDelay = sequentialEffect.getDelays().get(nextIndex); in nextStep()
1646 method @NonNull public java.util.List<java.lang.Integer> getDelays();