Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java99 private Interpolator mAppearInterpolator; field in PasswordTextView
161 mAppearInterpolator = AnimationUtils.loadInterpolator(mContext, in PasswordTextView()
698 textAnimator.setInterpolator(mAppearInterpolator); in startTextAppearAnimation()
708 textTranslateAnimator.setInterpolator(mAppearInterpolator); in startTextAppearAnimation()
721 overShootAnimator.setInterpolator(mAppearInterpolator); in startDotAppearAnimation()