Searched defs:fontCache (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/ | ||
D | TypefaceCache.kt | 52 private val fontCache = FontCacheImpl(animationFrameCount) constant |
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ | ||
D | TextAnimator.kt | 36 val fontCache: FontCache constant |
D | FontInterpolator.kt | 80 class FontInterpolator(val fontCache: FontCache = FontCacheImpl()) { constant in com.android.systemui.animation.FontInterpolator |