Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/haptics/qs/
DQSLongPressEffectTest.kt181 longPressEffect.handleAnimationComplete() in onAnimationComplete_keyguardDismissible_effectEndsWithPrepare()
195 longPressEffect.handleAnimationComplete() in onAnimationComplete_keyguardNotDismissible_effectEndsWithReset()
232 longPressEffect.handleAnimationComplete() in onAnimationComplete_whileRunningBackwards_goesToIdle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/qs/
DQSLongPressEffect.kt129 fun handleAnimationComplete() { in handleAnimationComplete() method in com.android.systemui.haptics.qs.QSLongPressEffect
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt459 doOnEnd { longPressEffect?.handleAnimationComplete() } in <lambda>()