Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DTextAnimatorTest.kt58 val textAnimator = regex
64 textAnimator.setTextStyle(weight = 400, animate = true)
88 val textAnimator = regex
94 textAnimator.setTextStyle(weight = 400, animate = false)
116 val textAnimator = regex
122 textAnimator.setTextStyle(
149 val textAnimator = regex
155 textAnimator.setTextStyle(weight = 400, animate = true)
159 textAnimator.setTextStyle(weight = 700, animate = true)
163 textAnimator.setTextStyle(weight = 400, animate = true)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java456 ValueAnimator textAnimator; field in PasswordTextView.CharState
501 textAnimator = null;
630 if (textAnimator != null) { in swapToDotWhenAppearFinished()
632 - textAnimator.getCurrentPlayTime(); in swapToDotWhenAppearFinished()
658 cancelAnimator(textAnimator); in startTextDisappearAnimation()
661 textAnimator.addListener(textFinishListener); in startTextDisappearAnimation()
664 textAnimator.setStartDelay(startDelay); in startTextDisappearAnimation()
665 textAnimator.start(); in startTextDisappearAnimation()
694 cancelAnimator(textAnimator); in startTextAppearAnimation()
697 textAnimator.addListener(textFinishListener); in startTextAppearAnimation()
[all …]
/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
H A DAnimatableClockView.kt78 private var textAnimator: TextAnimator? = null
167 textAnimator?.updateLayout(layout)
184 val animator = textAnimator
200 textAnimator?.draw(canvas)
278 if (isAnimationEnabled && textAnimator == null) {
304 if (textAnimator == null || textAnimator!!.isRunning()) {
384 if (textAnimator != null) {
385 textAnimator?.setTextStyle(
395 textAnimator?.glyphFilter = glyphFilter
402 textAnimator?.setTextStyle(
[all …]