Home
last modified time | relevance | path

Searched defs:supportedEffects (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/os/vibrator/
H A DPrebakedSegmentTest.java289 private static Vibrator createVibratorWithSupportedEffects(int... supportedEffects) { in createVibratorWithSupportedEffects()
/aosp14/frameworks/base/core/java/android/os/
H A DVibratorInfo.java109 public VibratorInfo(int id, long capabilities, @Nullable SparseBooleanArray supportedEffects, in VibratorInfo()
704 public Builder setSupportedEffects(int... supportedEffects) { in setSupportedEffects()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_vibrator_VibratorController.cpp380 jintArray supportedEffects = env->NewIntArray(effects.size()); in vibratorGetInfo() local