Searched defs:makeNewLayout (Results 1 - 2 of 2) sorted by relevance

/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.java3492 makeNewLayout(want, hintWant, UNKNOWN_BORING, UNKNOWN_BORING,
6508 makeNewLayout(width, physicalWidth, UNKNOWN_BORING, UNKNOWN_BORING,
6569 protected void makeNewLayout(int wantWidth, int hintWidth, method in class:TextView
6958 makeNewLayout(want, hintWant, boring, hintBoring,
6977 makeNewLayout(want, hintWant, boring, hintBoring,
7006 * We didn't let makeNewLayout() register to bring the cursor into view,
7140 makeNewLayout(want, hintWant, UNKNOWN_BORING, UNKNOWN_BORING,

Completed in 108 milliseconds