Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DTextAnimatorTest.kt157 val prevTypeface = paint.typeface in testCacheTypeface() constant
161 assertThat(paint.typeface).isNotSameInstanceAs(prevTypeface) in testCacheTypeface()
165 assertThat(paint.typeface).isSameInstanceAs(prevTypeface) in testCacheTypeface()