Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/qs/
DQSLongPressEffect.kt66 private var longPressHint: VibrationEffect? = null variable in com.android.systemui.haptics.qs.QSLongPressEffect
71 get() = longPressHint != null
124 vibrate(longPressHint) in handleAnimationStart()
182 longPressHint = in initializeEffect()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/haptics/qs/
DQSLongPressEffectTest.kt295 val longPressHint = in assertEffectStarted() constant
303 assertThat(longPressHint).isNotNull() in assertEffectStarted()
304 assertThat(vibratorHelper.hasVibratedWithEffects(longPressHint!!)).isTrue() in assertEffectStarted()