Searched defs:setHintText (Results 1 – 4 of 4) sorted by relevance
28 public abstract void setHintText(@Nullable CharSequence hintText); in setHintText() method in AnswerMethod
144 public void setHintText(@Nullable CharSequence hintText) { in setHintText() method in TwoButtonMethod
372 public void setHintText(@Nullable CharSequence hintText) { in setHintText() method in FlingUpDownMethod
85 public DialogBuilder setHintText(String hintText) { in setHintText() method in FullScreenDialogFragment.DialogBuilder