Home
last modified time | relevance | path

Searched refs:TextInterpolator (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DTextInterpolatorTest.kt89 val interp = TextInterpolator(layout, typefaceCache) in testStartState()
108 val interp = TextInterpolator(layout, typefaceCache) in testEndState()
126 val interp = TextInterpolator(layout, typefaceCache) in testMiddleState()
148 val interp = TextInterpolator(layout, typefaceCache) in testRebase()
170 val interp = TextInterpolator(layout, typefaceCache) in testBidi_LTR()
190 val interp = TextInterpolator(layout, typefaceCache) in testBidi_RTL()
210 val interp = TextInterpolator(layout, typefaceCache).apply { in testGlyphCallback_Empty()
232 val interp = TextInterpolator(layout, typefaceCache).apply { in testGlyphCallback_Xcoordinate()
257 val interp = TextInterpolator(layout, typefaceCache).apply { in testGlyphCallback_Ycoordinate()
282 val interp = TextInterpolator(layout, typefaceCache).apply { in testGlyphCallback_TextSize()
[all …]
DTextAnimatorTest.kt54 val textInterpolator = mock(TextInterpolator::class.java) in testAnimationStarted()
84 val textInterpolator = mock(TextInterpolator::class.java) in testAnimationNotStarted()
111 val textInterpolator = mock(TextInterpolator::class.java) in testAnimationEnded()
142 val textInterpolator = mock(TextInterpolator::class.java) in testCacheTypeface()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DTextAnimator.kt114 public var textInterpolator: TextInterpolator =
115 TextInterpolator(layout, typefaceCache, numberOfAnimationSteps)
DTextInterpolator.kt31 class TextInterpolator( in <lambda>() class