Searched refs:UNKNOWN_BORING (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 3487 makeNewLayout(want, hintWant, UNKNOWN_BORING, UNKNOWN_BORING, in setGravity() 6511 makeNewLayout(width, physicalWidth, UNKNOWN_BORING, UNKNOWN_BORING, in assumeLayout() 6625 if (hintBoring == UNKNOWN_BORING) { in makeNewLayout() 6714 if (boring == UNKNOWN_BORING) { in makeSingleLayout() 6847 private static final BoringLayout.Metrics UNKNOWN_BORING = new BoringLayout.Metrics(); field in TextView 6859 BoringLayout.Metrics boring = UNKNOWN_BORING; in onMeasure() 6860 BoringLayout.Metrics hintBoring = UNKNOWN_BORING; in onMeasure() 6886 if (boring == null || boring == UNKNOWN_BORING) { in onMeasure() 6916 if (hintBoring == null || hintBoring == UNKNOWN_BORING) { in onMeasure() 7143 makeNewLayout(want, hintWant, UNKNOWN_BORING, UNKNOWN_BORING, in checkForRelayout()
|