Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DFontInterpolator.kt190 val tagA = if (i < start.size) start[i].tag else null regex
195 tagA == null -> 1
197 else -> tagA.compareTo(tagB)
203 val v = filter(tagA!!, start[i++].styleValue, end[j++].styleValue)
204 FontVariationAxis(tagA, v)
207 val v = filter(tagA!!, start[i++].styleValue, null)
208 FontVariationAxis(tagA, v)