Searched refs:hintWidth (Results 1 – 3 of 3) 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() argument 62 super.makeNewLayout(w, hintWidth, boring, hintMetrics, ellipsizedWidth, in makeNewLayout()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 6126 protected void makeNewLayout(int wantWidth, int hintWidth, in makeNewLayout() argument 6141 if (hintWidth < 0) { in makeNewLayout() 6142 hintWidth = 0; in makeNewLayout() 6172 if (shouldEllipsize) hintWidth = wantWidth; in makeNewLayout() 6183 if (hintBoring.width <= hintWidth && in makeNewLayout() 6188 hintWidth, alignment, mSpacingMult, mSpacingAdd, in makeNewLayout() 6192 hintWidth, alignment, mSpacingMult, mSpacingAdd, in makeNewLayout() 6197 } else if (shouldEllipsize && hintBoring.width <= hintWidth) { in makeNewLayout() 6201 hintWidth, alignment, mSpacingMult, mSpacingAdd, in makeNewLayout() 6206 hintWidth, alignment, mSpacingMult, mSpacingAdd, in makeNewLayout() [all …]
|
/frameworks/base/core/java/android/webkit/ |
D | WebTextView.java | 423 protected void makeNewLayout(int w, int hintWidth, Metrics boring, in makeNewLayout() argument 427 super.makeNewLayout(w, hintWidth, boring, hintBoring, ellipsisWidth, in makeNewLayout()
|