Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java7094 int hintDes = -1; in onMeasure() local
7098 hintDes = desired(mHintLayout); in onMeasure()
7101 if (hintDes < 0) { in onMeasure()
7109 if (hintDes < 0) { in onMeasure()
7110 hintDes = (int) Math.ceil(Layout.getDesiredWidth(mHint, mTextPaint)); in onMeasure()
7112 hintWidth = hintDes; in onMeasure()