Home
last modified time | relevance | path

Searched refs:hintText (Results 1 – 21 of 21) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DTwoButtonMethod.java56 private CharSequence hintText; field in TwoButtonMethod
64 hintText = bundle.getCharSequence(STATE_HINT_TEXT); in onCreate()
72 bundle.putCharSequence(STATE_HINT_TEXT, hintText); in onSaveInstanceState()
144 public void setHintText(@Nullable CharSequence hintText) { in setHintText() argument
145 this.hintText = hintText; in setHintText()
160 if (!TextUtils.isEmpty(hintText) && !buttonClicked) { in updateHintText()
161 hintTextView.setText(hintText); in updateHintText()
H A DAnswerMethod.java28 public abstract void setHintText(@Nullable CharSequence hintText); in setHintText() argument
H A DFlingUpDownMethod.java372 public void setHintText(@Nullable CharSequence hintText) { in setHintText() argument
373 if (hintText == null) { in setHintText()
376 swipeToAnswerText.setText(hintText); in setHintText()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DListEmptyView.java55 public void setTextHint(final CharSequence hintText) { in setTextHint() argument
56 mEmptyTextHint.setText(hintText); in setTextHint()
/aosp12/packages/apps/Dialer/java/com/android/dialer/voicemail/settings/
H A DVoicemailChangePinActivity.java95 private TextView hintText; field in VoicemailChangePinActivity
118 activity.hintText.setText(R.string.change_pin_enter_old_pin_hint); in onEnter()
200 activity.hintText.setText( in onEnter()
245 activity.hintText.setText(null); in onEnter()
355 hintText = (TextView) view.findViewById(R.id.hintText); in onCreate()
/aosp12/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZonePickerView.java117 String hintText = getResources().getString(hintTextId); in updateHint() local
121 ssb.append(hintText); in updateHint()
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java435 public CharSequence hintText; field in EditorInfo
964 pw.println(prefix + "hintText=" + hintText in dump()
994 TextUtils.writeToParcel(hintText, dest, flags); in writeToParcel()
1030 res.hintText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
H A DAnswerHint.java33 void onCreateView(LayoutInflater inflater, ViewGroup container, View puck, TextView hintText); in onCreateView() argument
H A DEmptyAnswerHint.java29 LayoutInflater inflater, ViewGroup container, View puck, TextView hintText) {} in onCreateView() argument
H A DPawAnswerHint.java82 LayoutInflater inflater, ViewGroup container, View puck, TextView hintText) { in onCreateView() argument
87 hintText.setTextSize( in onCreateView()
H A DDotAnswerHint.java75 LayoutInflater inflater, ViewGroup container, View puck, TextView hintText) { in onCreateView() argument
82 hintText.setTextSize( in onCreateView()
/aosp12/frameworks/base/core/java/android/widget/
H A DSpinner.java1093 public void setPromptText(CharSequence hintText); in setPromptText() argument
1125 public void setPromptText(CharSequence hintText) { in setPromptText() argument
1126 mPrompt = hintText; in setPromptText()
1220 public void setPromptText(CharSequence hintText) { in setPromptText() argument
1222 mHintText = hintText; in setPromptText()
H A DSearchView.java1196 private CharSequence getDecoratedHint(CharSequence hintText) { in getDecoratedHint() argument
1200 return hintText; in getDecoratedHint()
1208 ssb.append(hintText); in getDecoratedHint()
H A DTextView.java8783 outAttrs.hintText = mHint; in onCreateInputConnection()
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DDatabaseHelper.java393 public final String hintText; field in DatabaseHelper.SoundModelRecord
408 hintText = c.getString(c.getColumnIndex(SoundModelContract.KEY_HINT_TEXT)); in SoundModelRecord()
458 values.put(SoundModelContract.KEY_HINT_TEXT, hintText); in writeToDatabase()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DAnswerFragment.java211 @StringRes public final int hintText; field in AnswerFragment.SecondaryBehavior
217 @StringRes int hintText) { in SecondaryBehavior() argument
221 this.hintText = hintText; in SecondaryBehavior()
321 ? getText(answerAndReleaseBehavior.hintText)
322 : getText(secondaryBehavior.hintText));
/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java2988 public void setHintText(CharSequence hintText) { in setHintText() argument
2990 mHintText = (hintText == null) ? null : hintText.subSequence(0, hintText.length()); in setHintText()
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java3233 eet.setHint(ei.hintText); in startExtractingText()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt51870 field public CharSequence hintText;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt35623 field public java.lang.CharSequence hintText;