Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DFontInterpolator.kt191 val tagB = if (j < end.size) end[j].tag else null regex
196 tagB == null -> -1
197 else -> tagA.compareTo(tagB)
211 val v = filter(tagB!!, null, end[j++].styleValue)
212 FontVariationAxis(tagB, v)