Searched refs:longPressHint (Results 1 – 2 of 2) sorted by relevance
66 private var longPressHint: VibrationEffect? = null variable in com.android.systemui.haptics.qs.QSLongPressEffect71 get() = longPressHint != null124 vibrate(longPressHint) in handleAnimationStart()182 longPressHint = in initializeEffect()
295 val longPressHint = in assertEffectStarted() constant303 assertThat(longPressHint).isNotNull() in assertEffectStarted()304 assertThat(vibratorHelper.hasVibratedWithEffects(longPressHint!!)).isTrue() in assertEffectStarted()