Home
last modified time | relevance | path

Searched refs:glyphFilter (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DTextInterpolatorTest.kt211 glyphFilter = { glyph, progress ->
233 glyphFilter = { glyph, progress ->
258 glyphFilter = { glyph, progress ->
283 glyphFilter = { glyph, progress ->
308 glyphFilter = { glyph, progress ->
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DTextAnimator.kt235 var glyphFilter: GlyphCallback?
236 get() = textInterpolator.glyphFilter
238 textInterpolator.glyphFilter = value
H A DTextInterpolator.kt356 var glyphFilter: GlyphCallback? = null
363 val glyphFilter = glyphFilter regex
364 if (glyphFilter == null) {
391 glyphFilter(tmpGlyph, progress)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/clocks/
H A DAnimatableClockViewTest.kt60 verify(mockTextAnimator).glyphFilter = any()
82 verify(mockTextAnimator, times(2)).glyphFilter = any()
/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
H A DAnimatableClockView.kt356 private val glyphFilter: GlyphCallback = { positionedGlyph, _ ->
395 textAnimator?.glyphFilter = glyphFilter
412 textAnimator?.glyphFilter = glyphFilter