Searched refs:tmpPaint (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | TextInterpolator.kt | 92 private val tmpPaint = TextPaint() regex 212 lerp(basePaint, targetPaint, progress, tmpPaint) 213 basePaint.set(tmpPaint) 240 lerp(basePaint, targetPaint, progress, tmpPaint) 250 drawFontRun(canvas, run, fontRun, lineNo, tmpPaint)
|