Searched refs:makeNewLayout (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/ |
D | ExceptionTextView.java | 53 protected void makeNewLayout(int w, int hintWidth, in makeNewLayout() method in ExceptionTextView 62 super.makeNewLayout(w, hintWidth, boring, hintMetrics, ellipsizedWidth, in makeNewLayout()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 4367 makeNewLayout(want, hintWant, UNKNOWN_BORING, UNKNOWN_BORING, 7752 makeNewLayout(width, physicalWidth, UNKNOWN_BORING, UNKNOWN_BORING, in assumeLayout() 7813 protected void makeNewLayout(int wantWidth, int hintWidth, in makeNewLayout() method 8208 makeNewLayout(want, hintWant, boring, hintBoring, in onMeasure() 8226 makeNewLayout(want, hintWant, boring, hintBoring, in onMeasure() 8302 makeNewLayout(availableWidth, 0 /* hintWidth */, UNKNOWN_BORING, UNKNOWN_BORING, in autoSizeText() 8495 makeNewLayout(want, hintWant, UNKNOWN_BORING, UNKNOWN_BORING, in checkForRelayout()
|