HomeSort by relevance Sort by last modified time
    Searched defs:createOneShot (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/os/src/android/os/cts/
VibrationEffectTest.java 49 VibrationEffect.createOneShot(TEST_TIMING, TEST_AMPLITUDE);
58 VibrationEffect.createOneShot(100, VibrationEffect.DEFAULT_AMPLITUDE);
59 VibrationEffect.createOneShot(1, 1);
60 VibrationEffect.createOneShot(1000, 255);
66 VibrationEffect.createOneShot(0, TEST_AMPLITUDE);
74 VibrationEffect.createOneShot(TEST_TIMING, -2);
79 VibrationEffect.createOneShot(TEST_TIMING, 256);
86 VibrationEffect otherEffect = VibrationEffect.createOneShot(TEST_TIMING, TEST_AMPLITUDE);
94 VibrationEffect.createOneShot(TEST_TIMING, TEST_AMPLITUDE - 1);
101 VibrationEffect.createOneShot(TEST_TIMING - 1, TEST_AMPLITUDE)
    [all...]
  /frameworks/base/core/java/android/os/
VibrationEffect.java 138 public static VibrationEffect createOneShot(long milliseconds, int amplitude) {
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 57 milliseconds