Searched refs:hintText (Results 1 – 10 of 10) sorted by relevance
292 public CharSequence hintText; field in EditorInfo390 pw.println(prefix + "hintText=" + hintText in dump()413 TextUtils.writeToParcel(hintText, dest, flags); in writeToParcel()436 res.hintText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
117 String hintText = getResources().getString(hintTextId); in updateHint() local121 ssb.append(hintText); in updateHint()
1048 public void setPromptText(CharSequence hintText); in setPromptText() argument1079 public void setPromptText(CharSequence hintText) { in setPromptText() argument1080 mPrompt = hintText; in setPromptText()1174 public void setPromptText(CharSequence hintText) { in setPromptText() argument1176 mHintText = hintText; in setPromptText()
1112 private CharSequence getDecoratedHint(CharSequence hintText) { in getDecoratedHint() argument1116 return hintText; in getDecoratedHint()1124 ssb.append(hintText); in getDecoratedHint()
6308 outAttrs.hintText = mHint; in onCreateInputConnection()
718 public void setPromptText(CharSequence hintText) { in setPromptText() argument720 mHintText = hintText; in setPromptText()
1046 private CharSequence getDecoratedHint(CharSequence hintText) { in getDecoratedHint() argument1050 return hintText; in getDecoratedHint()1058 ssb.append(hintText); in getDecoratedHint()
2376 eet.setHint(ei.hintText); in startExtractingText()
38303 field public java.lang.CharSequence hintText;
40598 field public java.lang.CharSequence hintText;