Searched refs:baseX (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | TextInterpolator.kt | 78 val baseX: FloatArray, // same length as glyphIds 218 for (i in run.baseX.indices) { 219 run.baseX[i] = MathUtils.lerp(run.baseX[i], run.targetX[i], progress) 290 val baseX = FloatArray(glyphCount) { base.getGlyphX(it) } regex 332 Run(glyphIds, baseX, baseY, targetX, targetY, fontRun) 367 MathUtils.lerp(line.baseX[i], line.targetX[i], progress) 386 tmpGlyph.x = MathUtils.lerp(line.baseX[i], line.targetX[i], progress) 465 for (i in lineRun.baseX.indices) { 466 lineRun.baseX[i] = newGlyphs.getGlyphX(i) 470 for (i in lineRun.baseX.indices) {
|