Home
last modified time | relevance | path

Searched defs:loopDelayMs (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DVibrationEffect.java589 boolean wantRepeating, int loopDelayMs); in applyRepeatingIndefinitely()
903 public Composed applyRepeatingIndefinitely(boolean wantRepeating, int loopDelayMs) { in applyRepeatingIndefinitely()
/frameworks/base/core/tests/vibrator/src/android/os/
DVibrationEffectTest.java719 int loopDelayMs = 123; in doTestApplyRepeatingWithNonRepeatingOriginal() local