Home | History | Annotate | Download | only in widget

Lines Matching refs:hintWidth

6760     protected void makeNewLayout(int wantWidth, int hintWidth,
6775 if (hintWidth < 0) {
6776 hintWidth = 0;
6811 if (shouldEllipsize) hintWidth = wantWidth;
6822 if (hintBoring.width <= hintWidth &&
6827 hintWidth, alignment, mSpacingMult, mSpacingAdd,
6831 hintWidth, alignment, mSpacingMult, mSpacingAdd,
6836 } else if (shouldEllipsize && hintBoring.width <= hintWidth) {
6840 hintWidth, alignment, mSpacingMult, mSpacingAdd,
6845 hintWidth, alignment, mSpacingMult, mSpacingAdd,
6854 mHint.length(), mTextPaint, hintWidth)
7094 int hintWidth;
7111 hintWidth = hintDes;
7113 hintWidth = hintBoring.width;
7116 if (hintWidth > width) {
7117 width = hintWidth;
7149 int hintWidth = (mHintLayout == null) ? hintWant : mHintLayout.getWidth();
7156 (hintWidth != hintWant) ||