HomeSort by relevance Sort by last modified time
    Searched refs:makeNewLayout (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
ExceptionTextView.java 26 * A special EditText that sets {@link #isFailed()} to true as its internal makeNewLayout() method is called
51 public void makeNewLayout(int w, int hintWidth, BoringLayout.Metrics boring,
58 super.makeNewLayout(w, hintWidth, boring, hintMetrics, ellipsizedWidth,
  /frameworks/base/apct-tests/perftests/core/src/android/widget/
TextViewPrecomputedTextPerfTest.java 114 textView.makeNewLayout(TEXT_WIDTH, TEXT_WIDTH, UNKNOWN_BORING, UNKNOWN_BORING,
134 textView.makeNewLayout(TEXT_WIDTH, TEXT_WIDTH, UNKNOWN_BORING, UNKNOWN_BORING,
156 textView.makeNewLayout(TEXT_WIDTH, TEXT_WIDTH, UNKNOWN_BORING, UNKNOWN_BORING,
179 textView.makeNewLayout(TEXT_WIDTH, TEXT_WIDTH, UNKNOWN_BORING, UNKNOWN_BORING,
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 147 milliseconds