Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/content/res/
H A DFontScaleConverterActivityTest.java92 onView(withId(R.id.text8sp)).check(matches(withTextSizeInRange( in testFontsScaleNonLinearly()
96 onView(withId(R.id.text18sp)).check(matches(withTextSizeInRange( in testFontsScaleNonLinearly()
100 onView(withId(R.id.text35sp)).check(matches(withTextSizeInRange( in testFontsScaleNonLinearly()
175 private Matcher<View> withTextSizeInRange(float sizeStartPx, float sizeEndPx) { in withTextSizeInRange() method in FontScaleConverterActivityTest