Home
last modified time | relevance | path

Searched defs:fontCache (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
DTypefaceCache.kt52 private val fontCache = FontCacheImpl(animationFrameCount) constant
71 override val fontCache = this@TypefaceCache.fontCache in getVariantCache() constant
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DTextAnimator.kt36 val fontCache: FontCache constant
65 override val fontCache = FontCacheImpl(animationFrameCount) constant in com.android.systemui.animation.TypefaceVariantCacheImpl
DFontInterpolator.kt80 class FontInterpolator(val fontCache: FontCache = FontCacheImpl()) { constant in com.android.systemui.animation.FontInterpolator