Searched refs:mHintText (Results 1 – 4 of 4) sorted by relevance
106 private CharSequence mHintText; field in AutoCompleteTextView331 mHintText = hint; in setCompletionHint()336 hintView.setText(mHintText); in setCompletionHint()358 return mHintText; in getCompletionHint()
1155 private CharSequence mHintText; field in Spinner.DropdownPopup1183 return mHintText; in getHintText()1188 mHintText = hintText; in setPromptText()
306 private String mHintText; field in TaskStack.DockState.ViewState330 mHintText = context.getString(mHintTextResId); in update()333 mHintTextPaint.getTextBounds(mHintText, 0, mHintText.length(), mTmpRect); in update()334 mHintTextBounds.set((int) mHintTextPaint.measureText(mHintText), mTmpRect.height()); in update()356 canvas.drawText(mHintText, x, y, mHintTextPaint); in draw()
698 private CharSequence mHintText; field in AppCompatSpinner.DropdownPopup729 return mHintText; in getHintText()734 mHintText = hintText; in setPromptText()