Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
DTypefaceCache.kt29 val animationFrameCount: Int, constant
72 override val animationFrameCount = this@TypefaceCache.animationFrameCount in getVariantCache() constant
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DFontInterpolator.kt29 val animationFrameCount: Int in <lambda>() constant
51 class FontCacheImpl(override val animationFrameCount: Int = DEFAULT_FONT_CACHE_MAX_ENTRIES / 2) : constant in com.android.systemui.animation.FontCacheImpl
DTextAnimator.kt37 val animationFrameCount: Int constant
62 class TypefaceVariantCacheImpl(var baseTypeface: Typeface, override val animationFrameCount: Int) : constant in com.android.systemui.animation.TypefaceVariantCacheImpl