Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/qs/
DQSLongPressEffect.kt68 private val snapEffect = LongPressHapticBuilder.createSnapEffect() constant in com.android.systemui.haptics.qs.QSLongPressEffect
132 vibrate(snapEffect) in handleAnimationComplete()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/haptics/qs/
DQSLongPressEffectTest.kt325 val snapEffect = LongPressHapticBuilder.createSnapEffect() in assertEffectCompleted() constant
327 assertThat(snapEffect).isNotNull() in assertEffectCompleted()
328 assertThat(vibratorHelper.hasVibratedWithEffects(snapEffect!!)).isTrue() in assertEffectCompleted()