Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DNumPadButton.java36 private NumPadAnimator mAnimator;
44 mAnimator = new NumPadAnimator(context, (RippleDrawable) getBackground(), in NumPadButton()
H A DNumPadAnimator.java36 class NumPadAnimator { class
46 NumPadAnimator(Context context, final RippleDrawable drawable, @StyleRes int style) { in NumPadAnimator() method in NumPadAnimator
H A DNumPadKey.java54 private NumPadAnimator mAnimator;
136 mAnimator = new NumPadAnimator(context, (RippleDrawable) background, in NumPadKey()