Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DFontInterpolator.kt105 val startAxes = start.axes ?: EMPTY_AXES regex
108 if (startAxes.isEmpty() && endAxes.isEmpty()) {
128 lerp(startAxes, endAxes) { tag, startValue, endValue ->