Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DTextInterpolatorTest.kt94 interp.onTargetPaintModified() in testStartState()
113 interp.onTargetPaintModified() in testEndState()
131 interp.onTargetPaintModified() in testMiddleState()
153 interp.onTargetPaintModified() in testRebase()
175 interp.onTargetPaintModified() in testBidi_LTR()
195 interp.onTargetPaintModified() in testBidi_RTL()
218 interp.onTargetPaintModified() in testGlyphCallback_Empty()
241 interp.onTargetPaintModified() in testGlyphCallback_Xcoordinate()
266 interp.onTargetPaintModified() in testGlyphCallback_Ycoordinate()
291 interp.onTargetPaintModified() in testGlyphCallback_TextSize()
[all …]
DTextAnimatorTest.kt70 order.verify(textInterpolator).onTargetPaintModified() in testAnimationStarted()
99 order.verify(textInterpolator).onTargetPaintModified() in testAnimationNotStarted()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DTextAnimator.kt188 textInterpolator.onTargetPaintModified() in updateLayout()
313 textInterpolator.onTargetPaintModified() in draw()
DTextInterpolator.kt138 fun onTargetPaintModified() { in <lambda>() method