Searched refs:initialTextLength (Results 1 – 1 of 1) sorted by relevance
59 val initialTextLength = textView.paint.measureText(INITIAL_TEXT) regex64 assertThat(initialTextLength).isLessThan(TEXT_VIEW_MAX_WIDTH)69 assertThat(largeTextLength).isGreaterThan(initialTextLength)80 val initialTextLength = textView.measuredWidth regex84 assertThat(textView.measuredWidth).isGreaterThan(initialTextLength)