Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DTextAnimatorTest.kt58 val textAnimator = in testAnimationStarted() constant
88 val textAnimator = in testAnimationNotStarted() constant
116 val textAnimator = in testAnimationEnded() constant
149 val textAnimator = in testCacheTypeface() constant
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
DAnimatableClockView.kt88 private var textAnimator: TextAnimator? = null in <lambda>() variable
463 onTextAnimatorInitialized = { textAnimator -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java329 ValueAnimator textAnimator; field in PasswordTextView.CharState