Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
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
/frameworks/base/core/java/android/os/
DCombinedVibration.java256 mDelays.addAll(sequentialEffect.getDelays()); in addNext()
543 public List<Integer> getDelays() { in getDelays() method in CombinedVibration.Stereo.Sequential
/frameworks/base/core/tests/coretests/src/android/os/
DCombinedVibrationTest.java111 assertEquals(Arrays.asList(110, 100, 100, 10, 100), combined.getDelays()); in testNestedSequentialAccumulatesDelays()
/frameworks/base/services/core/java/com/android/server/vibrator/
DVibration.java311 proto.write(CombinedVibrationEffectProto.DELAYS, effect.getDelays().get(i)); in dumpEffect()
DVibrationThread.java643 this(SystemClock.uptimeMillis() + effect.getDelays().get(0), effect, /* index= */ 0); in StartVibrateStep()
710 long nextEffectDelay = sequentialEffect.getDelays().get(nextIndex); in nextStep()
/frameworks/base/core/api/
Dtest-current.txt1646 method @NonNull public java.util.List<java.lang.Integer> getDelays();