Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DFontInterpolator.kt174 val tagB = if (j < end.size) end[j].tag else null regex
178 tagB == null -> -1
179 else -> tagA.compareTo(tagB)
192 val v = filter(tagB!!, null, end[j++].styleValue)
193 FontVariationAxis(tagB, v)