Searched refs:sizeEndPx (Results 1 – 1 of 1) sorted by relevance
175 private Matcher<View> withTextSizeInRange(float sizeStartPx, float sizeEndPx) { in withTextSizeInRange() argument187 description.appendText("withTextSize between " + sizeStartPx + " and " + sizeEndPx); in withTextSizeInRange()193 return sizeStartPx - TOLERANCE < textSize && textSize < sizeEndPx + TOLERANCE; in withTextSizeInRange()