Home
last modified time | relevance | path

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

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