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

/frameworks/base/core/java/android/widget/
H A DTextView.java3178 makeNewLayout(want, hintWant, UNKNOWN_BORING, UNKNOWN_BORING,
6188 makeNewLayout(width, physicalWidth, UNKNOWN_BORING, UNKNOWN_BORING,
6249 protected void makeNewLayout(int wantWidth, int hintWidth, method in class:TextView
6644 makeNewLayout(want, hintWant, boring, hintBoring,
6663 makeNewLayout(want, hintWant, boring, hintBoring,
6692 * We didn't let makeNewLayout() register to bring the cursor into view,
6826 makeNewLayout(want, hintWant, UNKNOWN_BORING, UNKNOWN_BORING,
/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,

Completed in 87 milliseconds