Searched refs:mHintText (Results 1 – 5 of 5) sorted by relevance
108 private CharSequence mHintText; field in AutoCompleteTextView333 mHintText = hint; in setCompletionHint()338 hintView.setText(mHintText); in setCompletionHint()360 return mHintText; in getCompletionHint()
1174 private CharSequence mHintText; field in Spinner.DropdownPopup1202 return mHintText; in getHintText()1207 mHintText = hintText; in setPromptText()
316 private String mHintText; field in TaskStack.DockState.ViewState341 mHintText = context.getString(mHintTextResId); in update()344 mHintTextPaint.getTextBounds(mHintText, 0, mHintText.length(), mTmpRect); in update()345 mHintTextBounds.set((int) mHintTextPaint.measureText(mHintText), mTmpRect.height()); in update()367 canvas.drawText(mHintText, x, y, mHintTextPaint); in draw()
723 private CharSequence mHintText; field in AppCompatSpinner.DropdownPopup754 return mHintText; in getHintText()759 mHintText = hintText; in setPromptText()
716 private CharSequence mHintText; field in AccessibilityNodeInfo2490 return mHintText; in getHintText()2507 mHintText = (hintText == null) ? null : hintText.subSequence(0, hintText.length()); in setHintText()3120 parcel.writeCharSequence(mHintText); in writeToParcel()3201 mHintText = other.mHintText; in init()3304 mHintText = parcel.readCharSequence(); in initFromParcel()3383 mHintText = null; in clear()