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.java5152 makeNewLayout(want, hintWant, UNKNOWN_BORING, UNKNOWN_BORING, in setGravity()
8882 makeNewLayout(width, physicalWidth, UNKNOWN_BORING, UNKNOWN_BORING, in assumeLayout()
8999 if (hintBoring == UNKNOWN_BORING) { in makeNewLayout()
9111 if (boring == UNKNOWN_BORING) { in makeSingleLayout()
9250 public static final BoringLayout.Metrics UNKNOWN_BORING = new BoringLayout.Metrics(); field in TextView.Drawables
9262 BoringLayout.Metrics boring = UNKNOWN_BORING; in onMeasure()
9263 BoringLayout.Metrics hintBoring = UNKNOWN_BORING; in onMeasure()
9291 if (boring == null || boring == UNKNOWN_BORING) { in onMeasure()
9322 if (hintBoring == null || hintBoring == UNKNOWN_BORING) { in onMeasure()
9462 makeNewLayout(availableWidth, 0 /* hintWidth */, UNKNOWN_BORING, UNKNOWN_BORING, in autoSizeText()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt91213 Landroid/widget/TextView;->UNKNOWN_BORING:Landroid/text/BoringLayout$Metrics;