Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DNumPadAnimationListener.kt20 interface NumPadAnimationListener { interface
DKeyguardPINView.java342 if (view instanceof NumPadAnimationListener) { in animate()
343 ((NumPadAnimationListener) view).setProgress(scaledProgress); in animate()
DNumPadButton.java39 public class NumPadButton extends AlphaOptimizedImageButton implements NumPadAnimationListener {
DNumPadKey.java44 public class NumPadKey extends ViewGroup implements NumPadAnimationListener {