Searched defs:UNKNOWN_BORING (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java3492 makeNewLayout(want, hintWant, UNKNOWN_BORING, UNKNOWN_BORING,
6508 makeNewLayout(width, physicalWidth, UNKNOWN_BORING, UNKNOWN_BORING,
6622 if (hintBoring == UNKNOWN_BORING) {
6711 if (boring == UNKNOWN_BORING) {
6844 private static final BoringLayout.Metrics UNKNOWN_BORING = new BoringLayout.Metrics(); field in class:TextView
6856 BoringLayout.Metrics boring = UNKNOWN_BORING;
6857 BoringLayout.Metrics hintBoring = UNKNOWN_BORING;
6883 if (boring == null || boring == UNKNOWN_BORING) {
[all...]

Completed in 82 milliseconds