Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DFontInterpolator.kt173 val tagA = if (i < start.size) start[i].tag else null regex
177 tagA == null -> 1
179 else -> tagA.compareTo(tagB)
184 val v = filter(tagA!!, start[i++].styleValue, end[j++].styleValue)
185 FontVariationAxis(tagA, v)
188 val v = filter(tagA!!, start[i++].styleValue, null)
189 FontVariationAxis(tagA, v)