Home
last modified time | relevance | path

Searched refs:firstVibratorEffects (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DSystemVibrator.java392 SparseBooleanArray firstVibratorEffects = infos[0].getSupportedEffects(); in supportedEffectsIntersection() local
395 for (int i = 0; i < firstVibratorEffects.size(); i++) { in supportedEffectsIntersection()
396 int effectId = firstVibratorEffects.keyAt(i); in supportedEffectsIntersection()
397 if (!firstVibratorEffects.valueAt(i)) { in supportedEffectsIntersection()