Searched refs:hintDes (Results 1 – 1 of 1) sorted by relevance
8148 int hintDes = -1; in onMeasure() local8152 hintDes = desired(mHintLayout); in onMeasure()8155 if (hintDes < 0) { in onMeasure()8163 if (hintDes < 0) { in onMeasure()8164 hintDes = (int) Math.ceil(Layout.getDesiredWidth(mHint, 0, mHint.length(), in onMeasure()8167 hintWidth = hintDes; in onMeasure()