/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/ |
H A D | TwoButtonMethod.java | 56 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 D | AnswerMethod.java | 28 public abstract void setHintText(@Nullable CharSequence hintText); in setHintText() argument
|
H A D | FlingUpDownMethod.java | 372 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 D | ListEmptyView.java | 55 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 D | VoicemailChangePinActivity.java | 95 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 D | TimeZonePickerView.java | 117 String hintText = getResources().getString(hintTextId); in updateHint() local 121 ssb.append(hintText); in updateHint()
|
/aosp12/frameworks/base/core/java/android/view/inputmethod/ |
H A D | EditorInfo.java | 435 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 D | AnswerHint.java | 33 void onCreateView(LayoutInflater inflater, ViewGroup container, View puck, TextView hintText); in onCreateView() argument
|
H A D | EmptyAnswerHint.java | 29 LayoutInflater inflater, ViewGroup container, View puck, TextView hintText) {} in onCreateView() argument
|
H A D | PawAnswerHint.java | 82 LayoutInflater inflater, ViewGroup container, View puck, TextView hintText) { in onCreateView() argument 87 hintText.setTextSize( in onCreateView()
|
H A D | DotAnswerHint.java | 75 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 D | Spinner.java | 1093 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 D | SearchView.java | 1196 private CharSequence getDecoratedHint(CharSequence hintText) { in getDecoratedHint() argument 1200 return hintText; in getDecoratedHint() 1208 ssb.append(hintText); in getDecoratedHint()
|
H A D | TextView.java | 8783 outAttrs.hintText = mHint; in onCreateInputConnection()
|
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
H A D | DatabaseHelper.java | 393 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 D | AnswerFragment.java | 211 @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 D | AccessibilityNodeInfo.java | 2988 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 D | InputMethodService.java | 3233 eet.setHint(ei.hintText); in startExtractingText()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 51870 field public CharSequence hintText;
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 35623 field public java.lang.CharSequence hintText;
|