Home
last modified time | relevance | path

Searched refs:UNKNOWN_BORING (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/apct-tests/perftests/core/src/android/widget/
DTextViewPrecomputedTextPerfTest.java19 import static android.widget.TextView.UNKNOWN_BORING;
98 textView.makeNewLayout(TEXT_WIDTH, TEXT_WIDTH, UNKNOWN_BORING, UNKNOWN_BORING, in testNewLayout_RandomText()
118 textView.makeNewLayout(TEXT_WIDTH, TEXT_WIDTH, UNKNOWN_BORING, UNKNOWN_BORING, in testNewLayout_RandomText_Selectable()
140 textView.makeNewLayout(TEXT_WIDTH, TEXT_WIDTH, UNKNOWN_BORING, UNKNOWN_BORING, in testNewLayout_PrecomputedText()
163 textView.makeNewLayout(TEXT_WIDTH, TEXT_WIDTH, UNKNOWN_BORING, UNKNOWN_BORING, in testNewLayout_PrecomputedText_Selectable()
/frameworks/base/core/java/android/widget/
DTextView.java5157 makeNewLayout(want, hintWant, UNKNOWN_BORING, UNKNOWN_BORING, in setGravity()
8887 makeNewLayout(width, physicalWidth, UNKNOWN_BORING, UNKNOWN_BORING, in assumeLayout()
9004 if (hintBoring == UNKNOWN_BORING) { in makeNewLayout()
9116 if (boring == UNKNOWN_BORING) { in makeSingleLayout()
9255 public static final BoringLayout.Metrics UNKNOWN_BORING = new BoringLayout.Metrics(); field in TextView.Drawables
9267 BoringLayout.Metrics boring = UNKNOWN_BORING; in onMeasure()
9268 BoringLayout.Metrics hintBoring = UNKNOWN_BORING; in onMeasure()
9296 if (boring == null || boring == UNKNOWN_BORING) { in onMeasure()
9327 if (hintBoring == null || hintBoring == UNKNOWN_BORING) { in onMeasure()
9467 makeNewLayout(availableWidth, 0 /* hintWidth */, UNKNOWN_BORING, UNKNOWN_BORING, in autoSizeText()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt85081 Landroid/widget/TextView;->UNKNOWN_BORING:Landroid/text/BoringLayout$Metrics;