Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java9308 int hintDes = -1; in onMeasure() local
9312 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()