Searched defs:makeNewLayout (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DExceptionTextView.java28 * A special EditText that sets {@link #isFailed()} to true as its internal makeNewLayout() method is called
53 protected void makeNewLayout(int w, int hintWidth, method in class:ExceptionTextView
62 super.makeNewLayout(w, hintWidth, boring, hintMetrics, ellipsizedWidth,
/frameworks/base/core/java/android/widget/
H A DTextView.java3186 makeNewLayout(want, hintWant, UNKNOWN_BORING, UNKNOWN_BORING,
6204 makeNewLayout(width, physicalWidth, UNKNOWN_BORING, UNKNOWN_BORING,
6265 protected void makeNewLayout(int wantWidth, int hintWidth, method in class:TextView
6660 makeNewLayout(want, hintWant, boring, hintBoring,
6679 makeNewLayout(want, hintWant, boring, hintBoring,
6708 * We didn't let makeNewLayout() register to bring the cursor into view,
6842 makeNewLayout(want, hintWant, UNKNOWN_BORING, UNKNOWN_BORING,

Completed in 83 milliseconds