Searched defs:repeatIndex (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | RampDownAdapter.java | 55 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 D | StepToRampAdapter.java | 38 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, in apply() 77 int repeatIndex) { in splitLongRampSegments()
|
H A D | VibrationEffectAdapters.java | 50 int apply(List<VibrationEffectSegment> segments, int repeatIndex, T modifier); in apply()
|
H A D | RampToStepAdapter.java | 43 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, in apply()
|
H A D | ClippingAmplitudeAndFrequencyAdapter.java | 41 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, VibratorInfo info) { in apply()
|
H A D | VibrationThread.java | 1489 int repeatIndex = effect.getRepeatIndex(); in getVibratorOnDuration() local
|
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
H A D | CellBroadcastAlertAudio.java | 467 int repeatIndex = (customAlertDuration < 0) in playAlertTone() local
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | VibrationEffect.java | 570 public Composed(@NonNull List<? extends VibrationEffectSegment> segments, int repeatIndex) { in Composed()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | BuzzBeepBlinkTest.java | 1860 VibrateRepeatMatcher(int repeatIndex) { in VibrateRepeatMatcher()
|