Home
last modified time | relevance | path

Searched refs:hintDes (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DTextView.java9298 int hintDes = -1; in onMeasure() local
9302 hintDes = desired(mHintLayout); in onMeasure()
9305 if (hintDes < 0) { in onMeasure()
9313 if (hintDes < 0) { in onMeasure()
9314 hintDes = (int) Math.ceil(Layout.getDesiredWidthWithLimit(mHint, 0, in onMeasure()
9317 hintWidth = hintDes; in onMeasure()