Searched refs:makeNewLayout (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/ |
D | ExceptionTextView.java | 50 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/ |
D | TextViewPrecomputedTextPerfTest.java | 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/ |
D | TextView.java | 5281 makeNewLayout(want, hintWant, UNKNOWN_BORING, UNKNOWN_BORING, in setGravity() 9012 makeNewLayout(width, physicalWidth, UNKNOWN_BORING, UNKNOWN_BORING, in assumeLayout() 9076 public void makeNewLayout(int wantWidth, int hintWidth, in makeNewLayout() method in TextView.Drawables 9498 makeNewLayout(want, hintWant, boring, hintBoring, in onMeasure() 9516 makeNewLayout(want, hintWant, boring, hintBoring, in onMeasure() 9592 makeNewLayout(availableWidth, 0 /* hintWidth */, UNKNOWN_BORING, UNKNOWN_BORING, in autoSizeText() 9790 makeNewLayout(want, hintWant, UNKNOWN_BORING, UNKNOWN_BORING, in checkForRelayout()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 20920 HSPLandroid/widget/TextView;->makeNewLayout(IILandroid/text/BoringLayout$Metrics;Landroid/text/Bori…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 20967 HSPLandroid/widget/TextView;->makeNewLayout(IILandroid/text/BoringLayout$Metrics;Landroid/text/Bori…
|