Searched defs:supportedEffects (Results 1 – 3 of 3) sorted by relevance
289 private static Vibrator createVibratorWithSupportedEffects(int... supportedEffects) { in createVibratorWithSupportedEffects()
109 public VibratorInfo(int id, long capabilities, @Nullable SparseBooleanArray supportedEffects, in VibratorInfo()704 public Builder setSupportedEffects(int... supportedEffects) { in setSupportedEffects()
380 jintArray supportedEffects = env->NewIntArray(effects.size()); in vibratorGetInfo() local