Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/content/res/
H A DFontScaleConverterActivityTest.java175 private Matcher<View> withTextSizeInRange(float sizeStartPx, float sizeEndPx) { in withTextSizeInRange() argument
187 description.appendText("withTextSize between " + sizeStartPx + " and " + sizeEndPx); in withTextSizeInRange()
193 return sizeStartPx - TOLERANCE < textSize && textSize < sizeEndPx + TOLERANCE; in withTextSizeInRange()