Home
last modified time | relevance | path

Searched defs:textInterpolator (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DTextAnimatorTest.kt54 val textInterpolator = mock(TextInterpolator::class.java) in testAnimationStarted() constant
84 val textInterpolator = mock(TextInterpolator::class.java) in testAnimationNotStarted() constant
111 val textInterpolator = mock(TextInterpolator::class.java) in testAnimationEnded() constant
142 val textInterpolator = mock(TextInterpolator::class.java) in testCacheTypeface() constant
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DTextAnimator.kt114 public var textInterpolator: TextInterpolator = variable