Searched refs:VERY_WIDE (Results 1 – 3 of 3) sorted by relevance
68 private static final int VERY_WIDE = 1024 * 1024; field in AppCompatTextViewAutoSizeHelper654 ? VERY_WIDE in suggestedSizeFitsInSpace()
344 static final int VERY_WIDE = 1024 * 1024; // XXX should be much larger field in TextView7749 width = VERY_WIDE; in assumeLayout()8202 if (mHorizontallyScrolling) want = VERY_WIDE; in onMeasure()8283 ? VERY_WIDE in autoSizeText()
2348 && (TextView.VERY_WIDE - scrollX) <= (viewClippedWidth + 1f) in clampHorizontalPosition()