Searched refs:typefaceCache (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
D | TextInterpolatorTest.kt | 68 lateinit var typefaceCache: TypefaceVariantCache variable in com.android.systemui.animation.TextInterpolatorTest 82 typefaceCache = TypefaceVariantCacheImpl(PAINT.typeface) in setup() 89 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() [all …]
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | TextAnimator.kt | 106 var typefaceCache: TypefaceVariantCache = TypefaceVariantCacheImpl(layout.paint.typeface) variable 110 textInterpolator.typefaceCache = value 115 TextInterpolator(layout, typefaceCache, numberOfAnimationSteps) 305 textInterpolator.targetPaint.typeface = typefaceCache.getTypefaceForVariant(fvar) in draw()
|
D | TextInterpolator.kt | 33 var typefaceCache: TypefaceVariantCache, in <lambda>() variable 226 basePaint.typeface = typefaceCache.getTypefaceForVariant(fvar) in <lambda>()
|