Searched refs:VERY_WIDE (Results 1 – 2 of 2) sorted by relevance
395 static final int VERY_WIDE = 1024 * 1024; // XXX should be much larger field in TextView8869 width = VERY_WIDE; in assumeLayout()9352 if (mHorizontallyScrolling) want = VERY_WIDE; in onMeasure()9433 ? VERY_WIDE in autoSizeText()
2522 && (TextView.VERY_WIDE - scrollX) <= (viewClippedWidth + 1f) in clampHorizontalPosition()