Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DTextInterpolatorTest.kt91 interp.onBasePaintModified() in testStartState()
110 interp.onBasePaintModified() in testEndState()
128 interp.onBasePaintModified() in testMiddleState()
150 interp.onBasePaintModified() in testRebase()
172 interp.onBasePaintModified() in testBidi_LTR()
192 interp.onBasePaintModified() in testBidi_RTL()
215 interp.onBasePaintModified() in testGlyphCallback_Empty()
238 interp.onBasePaintModified() in testGlyphCallback_Xcoordinate()
263 interp.onBasePaintModified() in testGlyphCallback_Ycoordinate()
288 interp.onBasePaintModified() in testGlyphCallback_TextSize()
[all …]
DTextAnimatorTest.kt74 verify(textInterpolator, never()).onBasePaintModified() in testAnimationStarted()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DTextAnimator.kt189 textInterpolator.onBasePaintModified() in updateLayout()
DTextInterpolator.kt148 fun onBasePaintModified() { in <lambda>() method