Searched refs:hintText (Results 1 – 11 of 11) sorted by relevance
252 public CharSequence hintText; field in EditorInfo337 pw.println(prefix + "hintText=" + hintText in dump()360 TextUtils.writeToParcel(hintText, dest, flags); in writeToParcel()382 res.hintText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
823 public void setPromptText(CharSequence hintText); in setPromptText() argument852 public void setPromptText(CharSequence hintText) { in setPromptText() argument853 mPrompt = hintText; in setPromptText()939 public void setPromptText(CharSequence hintText) { in setPromptText() argument941 mHintText = hintText; in setPromptText()
1047 private CharSequence getDecoratedHint(CharSequence hintText) { in getDecoratedHint() argument1049 if (!mIconifiedByDefault) return hintText; in getDecoratedHint()1052 ssb.append(hintText); in getDecoratedHint()
5587 outAttrs.hintText = mHint; in onCreateInputConnection()
2276 eet.setHint(ei.hintText); in startExtractingText()
431 outAttrs.hintText = mHint; in setupEditorInfo()
24472 field public java.lang.CharSequence hintText;
24624 field public java.lang.CharSequence hintText;
25788 field public java.lang.CharSequence hintText;
26653 field public java.lang.CharSequence hintText;