Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/haptics/qs/
DQSLongPressEffectTest.kt113 longPressEffect.handleActionCancel() in onActionCancel_whileWaiting_goesIdle()
171 longPressEffect.handleActionCancel() in onActionCancel_whileEffectHasBegun_reversesEffect()
206 longPressEffect.handleActionCancel() in onActionDown_whileRunningBackwards_cancels()
229 longPressEffect.handleActionCancel() in onAnimationComplete_whileRunningBackwards_goesToIdle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/qs/
DQSLongPressEffect.kt112 fun handleActionCancel() { in handleActionCancel() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt635 MotionEvent.ACTION_CANCEL -> longPressEffect.handleActionCancel() in <lambda>()