Searched refs:text (Results 151 - 175 of 1920) sorted by relevance

1234567891011>>

/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DUserDictionarySettingsUtils.java20 import android.text.TextUtils;
/packages/apps/Settings/src/com/android/settings/widget/
H A DSummaryUpdater.java20 import android.text.TextUtils;
82 * @return the latest summary text
H A DValidatedEditTextPreference.java22 import android.text.Editable;
23 import android.text.InputType;
24 import android.text.TextUtils;
25 import android.text.TextWatcher;
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiUtils.java19 import android.text.TextUtils;
/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tests/
H A DWakelockAnomalyTest.java27 import android.text.format.DateUtils;
84 mDevice.wait(Until.findObject(By.text("AnomalyTester draining battery")),
105 mDevice.wait(Until.findObject(By.text("AnomalyTester draining battery")),
128 mDevice.wait(Until.findObject(By.text("AnomalyTester draining battery")),
/packages/apps/TV/src/com/android/tv/ui/
H A DLocaleAwareTextClock.java20 import android.text.format.DateFormat;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DBaseContentFragment.java213 String text = mFragment.getArguments().getString(extraLabel, null);
214 setText(parent, textViewResourceId, text);
222 public void setText(View parent, int textViewResourceId, String text) { argument
224 if (textView != null && text != null) {
225 textView.setText(text);
241 public void setText(int textViewResourceId, String text) { argument
243 setText(mFragment.getView(), textViewResourceId, text);
246 public void setTitleText(String text) { argument
247 mTitle = text;
249 setText(mFragment.getView(), R.id.title, text);
252 setBreadCrumbText(String text) argument
258 setDescriptionText(String text) argument
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DHtmlUtils.java21 import android.text.SpannableStringBuilder;
22 import android.text.Spanned;
23 import android.text.style.AbsoluteSizeSpan;
24 import android.text.style.ForegroundColorSpan;
25 import android.text.style.QuoteSpan;
26 import android.text.style.StyleSpan;
27 import android.text.style.TypefaceSpan;
28 import android.text.style.URLSpan;
29 import android.text.style.UnderlineSpan;
78 // Pinto normal text siz
[all...]
H A DStringUtils.java3 import android.support.v4.text.BidiFormatter;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
H A DUserDictionarySettingsUtils.java23 import android.text.TextUtils;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DCompletionInfoUtils.java19 import android.text.TextUtils;
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
H A DSuggestionSpanUtilsTest.java23 import android.text.Spanned;
24 import android.text.TextUtils;
25 import android.text.style.SuggestionSpan;
97 final CharSequence text = SuggestionSpanUtils.getTextWithAutoCorrectionIndicatorUnderline(
100 assertNotSuggestionSpan(ORIGINAL_TEXT, text);
106 new String[]{}, NONNULL_LOCALE, text);
112 final CharSequence text = SuggestionSpanUtils.getTextWithAutoCorrectionIndicatorUnderline(
115 assertNotSuggestionSpan(ORIGINAL_TEXT, text);
121 new String[]{}, Locale.ROOT, text);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
H A DSelectionBuilder.java19 import android.text.TextUtils;
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DMessageNotificationState.java29 import android.text.Html;
30 import android.text.Spannable;
31 import android.text.SpannableString;
32 import android.text.SpannableStringBuilder;
33 import android.text.Spanned;
34 import android.text.TextUtils;
35 import android.text.style.ForegroundColorSpan;
36 import android.text.style.StyleSpan;
37 import android.text.style.TextAppearanceSpan;
38 import android.text
156 MessageLineInfo(final boolean isGroup, final String authorFullName, final String authorFirstName, final CharSequence text, final Uri attachmentUrl, final String attachmentType, final boolean isManualDownloadNeeded, final String messageId) argument
1135 stripUrls(final Spannable text) argument
1165 applyWarningTextColor(final Context context, final CharSequence text) argument
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripLayoutHelper.java31 import android.text.Spannable;
32 import android.text.SpannableString;
33 import android.text.Spanned;
34 import android.text.TextPaint;
35 import android.text.TextUtils;
36 import android.text.style.CharacterStyle;
37 import android.text.style.StyleSpan;
38 import android.text.style.UnderlineSpan;
440 final CharSequence text = getEllipsizedTextWithSettingScaleX(
443 wordView.setText(text); // TextVie
569 getTextScaleX(@ullable final CharSequence text, final int maxWidth, final TextPaint paint) argument
580 getEllipsizedTextWithSettingScaleX( @ullable final CharSequence text, final int maxWidth, @Nonnull final TextPaint paint) argument
613 hasStyleSpan(@ullable final CharSequence text, final CharacterStyle style) argument
621 addStyleSpan(@onnull final Spannable text, final CharacterStyle style) argument
626 getTextWidth(@ullable final CharSequence text, final TextPaint paint) argument
647 getTextTypeface(@ullable final CharSequence text) argument
[all...]
/packages/apps/Camera2/tests/exiftool_parser/
H A Dparser.py19 text = sys.stdin.read() variable
39 tags = p.findall(text)
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
H A DLensPickerRow.java20 import android.text.TextUtils;
37 mTitleView = (TextView) itemView.findViewById(R.id.text);
H A DResolverListRow.java21 import android.text.TextUtils;
43 mTitleView = (TextView) itemView.findViewById(R.id.text);
/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DAutoSizingTextView.java24 * A TextView which automatically re-sizes its text to fit within its boundaries.
50 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { argument
51 super.onTextChanged(text, start, lengthBefore, lengthAfter);
/packages/apps/Dialer/java/com/android/dialer/widget/
H A DResizingTextEditText.java25 /** EditText which resizes dynamically with respect to text length. */
41 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { argument
42 super.onTextChanged(text, start, lengthBefore, lengthAfter);
H A DResizingTextTextView.java25 /** TextView which resizes dynamically with respect to text length. */
41 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { argument
42 super.onTextChanged(text, start, lengthBefore, lengthAfter);
/packages/apps/Dialer/java/com/android/voicemail/impl/sms/
H A DOmtpMessageSender.java77 protected void sendSms(String text, PendingIntent sentIntent) { argument
79 mContext, mPhoneAccountHandle, mDestinationNumber, mApplicationPort, text, sentIntent);
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
H A DDetailsView.java19 import android.text.format.DateFormat;
20 import android.text.format.Formatter;
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DBlockedParticipantListItemView.java19 import android.support.v4.text.BidiFormatter;
20 import android.support.v4.text.TextDirectionHeuristicsCompat;
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactRecipientAutoCompleteView.java23 import android.text.Editable;
24 import android.text.TextPaint;
25 import android.text.TextWatcher;
26 import android.text.util.Rfc822Tokenizer;
67 * Tracks the old chips count before text changes. Note that we currently don't compare
83 // from s in the chips text view.
106 // Get the height of the text, given the currently set font face and size.
193 final Editable text = getText();
194 final int chipStart = text.getSpanStart(tuple.removedChip);
195 final int chipEnd = text
[all...]

Completed in 573 milliseconds

1234567891011>>