Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DTextAnimatorTest.kt63 val textAnimator = TextAnimator(layout, {}).apply { regex
68 textAnimator.setTextStyle(
95 val textAnimator = TextAnimator(layout, {}).apply { regex
100 textAnimator.setTextStyle(
125 val textAnimator = TextAnimator(layout, {}).apply { regex
130 textAnimator.setTextStyle(
156 val textAnimator = TextAnimator(layout, {}).apply { regex
161 textAnimator.setTextStyle(
168 textAnimator.setTextStyle(
175 textAnimator.setTextStyle(
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java400 ValueAnimator textAnimator; field in PasswordTextView.CharState
447 textAnimator = null;
526 cancelAnimator(textAnimator); in reset()
527 textAnimator = null; in reset()
591 if (textAnimator != null) { in swapToDotWhenAppearFinished()
619 cancelAnimator(textAnimator); in startTextDisappearAnimation()
622 textAnimator.addListener(textFinishListener); in startTextDisappearAnimation()
625 textAnimator.setStartDelay(startDelay); in startTextDisappearAnimation()
626 textAnimator.start(); in startTextDisappearAnimation()
655 cancelAnimator(textAnimator); in startTextAppearAnimation()
[all …]