Home
last modified time | relevance | path

Searched refs:TypefaceVariantCacheImpl (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DTextAnimator.kt58 class TypefaceVariantCacheImpl( class
106 var typefaceCache: TypefaceVariantCache = TypefaceVariantCacheImpl(layout.paint.typeface)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DTextInterpolatorTest.kt82 typefaceCache = TypefaceVariantCacheImpl(PAINT.typeface) in setup()