Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/qs/
DQSLongPressEffect.kt147 fun handleAnimationCancel() { in handleAnimationCancel() method in com.android.systemui.haptics.qs.QSLongPressEffect
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/haptics/qs/
DQSLongPressEffectTest.kt219 longPressEffect.handleAnimationCancel() in onAnimatorCancel_effectGoesBackToWait()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt460 doOnCancel { longPressEffect?.handleAnimationCancel() } in <lambda>()