Home
last modified time | relevance | path

Searched defs:repeatIndex (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A DRampDownAdapter.java55 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, in apply()
79 int repeatIndex) { in addRampDownToZeroAmplitudeSegments()
143 private int addRampDownToLoop(List<VibrationEffectSegment> segments, int repeatIndex) { in addRampDownToLoop()
H A DStepToRampAdapter.java38 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, in apply()
77 int repeatIndex) { in splitLongRampSegments()
H A DVibrationEffectAdapters.java50 int apply(List<VibrationEffectSegment> segments, int repeatIndex, T modifier); in apply()
H A DRampToStepAdapter.java43 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, in apply()
H A DClippingAmplitudeAndFrequencyAdapter.java41 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, VibratorInfo info) { in apply()
H A DVibrationThread.java1489 int repeatIndex = effect.getRepeatIndex(); in getVibratorOnDuration() local
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertAudio.java467 int repeatIndex = (customAlertDuration < 0) in playAlertTone() local
/aosp12/frameworks/base/core/java/android/os/
H A DVibrationEffect.java570 public Composed(@NonNull List<? extends VibrationEffectSegment> segments, int repeatIndex) { in Composed()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java1860 VibrateRepeatMatcher(int repeatIndex) { in VibrateRepeatMatcher()