Searched refs:hintText (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
H A DAnswerHint.java31 * should put put and hintText into another data structure.
33 void onCreateView(LayoutInflater inflater, ViewGroup container, View puck, TextView hintText); argument
H A DEmptyAnswerHint.java29 LayoutInflater inflater, ViewGroup container, View puck, TextView hintText) {}
28 onCreateView( LayoutInflater inflater, ViewGroup container, View puck, TextView hintText) argument
H A DPawAnswerHint.java82 LayoutInflater inflater, ViewGroup container, View puck, TextView hintText) {
87 hintText.setTextSize(
81 onCreateView( LayoutInflater inflater, ViewGroup container, View puck, TextView hintText) argument
H A DDotAnswerHint.java75 LayoutInflater inflater, ViewGroup container, View puck, TextView hintText) {
82 hintText.setTextSize(
74 onCreateView( LayoutInflater inflater, ViewGroup container, View puck, TextView hintText) argument
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DAnswerMethod.java28 public abstract void setHintText(@Nullable CharSequence hintText); argument
H A DTwoButtonMethod.java47 private static final String STATE_HINT_TEXT = "hintText";
57 private CharSequence hintText; field in class:TwoButtonMethod
65 hintText = bundle.getCharSequence(STATE_HINT_TEXT);
73 bundle.putCharSequence(STATE_HINT_TEXT, hintText);
145 public void setHintText(@Nullable CharSequence hintText) { argument
146 this.hintText = hintText;
162 if (!TextUtils.isEmpty(hintText) && !buttonClicked) {
163 hintTextView.setText(hintText);
H A DFlingUpDownMethod.java363 public void setHintText(@Nullable CharSequence hintText) { argument
364 if (hintText == null) {
368 swipeToAnswerText.setText(hintText);
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DListEmptyView.java55 public void setTextHint(final CharSequence hintText) { argument
56 mEmptyTextHint.setText(hintText);
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DAnswerFragment.java195 @StringRes public final int hintText; field in class:AnswerFragment.SecondaryBehavior
201 @StringRes int hintText) {
205 this.hintText = hintText;
300 ? getText(answerAndReleaseBehavior.hintText)
301 : getText(secondaryBehavior.hintText));
197 SecondaryBehavior( @rawableRes int icon, @StringRes int contentDescription, @StringRes int accessibilityLabel, @StringRes int hintText) argument
/packages/apps/Dialer/java/com/android/voicemail/impl/settings/
H A DVoicemailChangePinActivity.java361 mHintText = (TextView) view.findViewById(R.id.hintText);

Completed in 602 milliseconds