Searched refs:glyphFilter (Results 1 – 5 of 5) sorted by relevance
60 verify(mockTextAnimator).glyphFilter = any() in <lambda>()82 verify(mockTextAnimator, times(2)).glyphFilter = any() in <lambda>()
211 glyphFilter = { glyph, progress -> in testGlyphCallback_Empty()233 glyphFilter = { glyph, progress -> in testGlyphCallback_Xcoordinate()258 glyphFilter = { glyph, progress -> in testGlyphCallback_Ycoordinate()283 glyphFilter = { glyph, progress -> in testGlyphCallback_TextSize()308 glyphFilter = { glyph, progress -> in testGlyphCallback_Color()
242 var glyphFilter: GlyphCallback? variable243 get() = textInterpolator.glyphFilter245 textInterpolator.glyphFilter = value
356 var glyphFilter: GlyphCallback? = null in <lambda>() variable363 val glyphFilter = glyphFilter in <lambda>() constant364 if (glyphFilter == null) { in <lambda>()391 glyphFilter(tmpGlyph, progress) in <lambda>()
423 private val glyphFilter: GlyphCallback = { positionedGlyph, _ -> in <lambda>() constant459 it.glyphFilter = glyphFilter in <lambda>()473 textAnimator.glyphFilter = glyphFilter in <lambda>()