Home
last modified time | relevance | path

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

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