Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DTextInterpolator.kt262 val targetLayout = shapeText(layout, targetPaint) regex
264 require(baseLayout.size == targetLayout.size) {
270 baseLayout.zip(targetLayout) { baseLine, targetLine ->