Searched refs:hintDes (Results 1 – 1 of 1) sorted by relevance
9308 int hintDes = -1; in onMeasure() local9312 hintDes = desired(mHintLayout); in onMeasure()9315 if (hintDes < 0) { in onMeasure()9323 if (hintDes < 0) { in onMeasure()9324 hintDes = (int) Math.ceil(Layout.getDesiredWidthWithLimit(mHint, 0, in onMeasure()9327 hintWidth = hintDes; in onMeasure()