Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardQuickAffordanceOnTouchListener.kt43 private var longPressAnimator: ViewPropertyAnimator? = null variable in com.android.systemui.keyguard.ui.binder.KeyguardQuickAffordanceOnTouchListener
59 longPressAnimator = in onTouch()
138 longPressAnimator?.cancel() in cancel()
139 longPressAnimator = null in cancel()