Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DTextAnimatorTest.kt59 val textAnimator = in testAnimationStarted() constant
90 val textAnimator = in testAnimationNotStarted() constant
119 val textAnimator = in testAnimationEnded() constant
150 val textAnimator = in testCacheTypeface() constant
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
DAnimatableClockView.kt91 private var textAnimator: TextAnimator? = null in <lambda>() variable
475 onTextAnimatorInitialized = { textAnimator -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java333 ValueAnimator textAnimator; field in PasswordTextView.CharState
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/view/
DSimpleDigitalClockTextView.kt173 @VisibleForTesting lateinit var textAnimator: TextAnimator variable