Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallChronometerTest.kt59 val initialTextLength = textView.paint.measureText(INITIAL_TEXT) regex
64 assertThat(initialTextLength).isLessThan(TEXT_VIEW_MAX_WIDTH)
69 assertThat(largeTextLength).isGreaterThan(initialTextLength)
80 val initialTextLength = textView.measuredWidth regex
84 assertThat(textView.measuredWidth).isGreaterThan(initialTextLength)