Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/haptics/
DFakeVibratorHelper.kt34 private val vibrationEffectHistory = ArrayList<VibrationEffect>() constant in com.android.systemui.haptics.FakeVibratorHelper
37 get() = vibrationEffectHistory.size
40 vibrationEffectHistory.add(effect) in vibrate()
59 vibrationEffectHistory.containsAll(effects.toList()) in hasVibratedWithEffects()
62 vibrationEffectHistory.count { it == effect } in hasVibratedWithEffects()