Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
DExceptionTextView.java50 public void makeNewLayout(int w, int hintWidth, BoringLayout.Metrics boring, in makeNewLayout() method in ExceptionTextView
57 super.makeNewLayout(w, hintWidth, boring, hintMetrics, ellipsizedWidth, in makeNewLayout()
/frameworks/base/apct-tests/perftests/core/src/android/widget/
DTextViewPrecomputedTextPerfTest.java98 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()
8872 makeNewLayout(width, physicalWidth, UNKNOWN_BORING, UNKNOWN_BORING, in assumeLayout()
8936 public void makeNewLayout(int wantWidth, int hintWidth, in makeNewLayout() method in TextView.Drawables
9358 makeNewLayout(want, hintWant, boring, hintBoring, in onMeasure()
9376 makeNewLayout(want, hintWant, boring, hintBoring, in onMeasure()
9452 makeNewLayout(availableWidth, 0 /* hintWidth */, UNKNOWN_BORING, UNKNOWN_BORING, in autoSizeText()
9650 makeNewLayout(want, hintWant, UNKNOWN_BORING, UNKNOWN_BORING, in checkForRelayout()