Searched defs:text (Results 176 - 200 of 201) sorted by relevance

123456789

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlDocument.java35 * text, toXHTML for printing out XHTML text and toString() which prints out in
168 public static Text createText(String text) { argument
169 return createText(text, null);
176 public static Text createText(String text, String original) { argument
177 return new UnescapedText(text, original);
200 public static CDATA createCDATA(String text) { argument
201 return new CDATA(text);
350 * Gets the plain, unescaped text.
356 String text
446 protected final String text; field in class:HtmlDocument.UnescapedText
465 private String text; field in class:HtmlDocument.EscapedText
484 CDATA(String text) argument
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMainKeyboardView.java31 import android.text.TextUtils;
162 // Gesture floating preview text
826 private boolean fitsTextIntoWidth(final int width, final String text, final Paint paint) { argument
829 final float textWidth = TypefaceUtils.getStringWidth(text, paint);
840 return TypefaceUtils.getStringWidth(text, paint) < maxTextWidth;
873 // Draw language text with shadow
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java21 import android.text.SpannableString;
22 import android.text.Spanned;
23 import android.text.TextUtils;
24 import android.text.style.BackgroundColorSpan;
25 import android.text.style.SuggestionSpan;
100 // Keeps track of most recently inserted text (multi-character key) for reverting
247 final String text = performSpecificTldProcessingOnTextInput(rawText);
251 mConnection.commitText(text, 1);
256 mEnteredText = text;
299 // the current batch input text an
1846 performSpecificTldProcessingOnTextInput(final String text) argument
1955 getTextWithUnderline(final String text) argument
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java29 import android.text.TextUtils;
253 public CharSequence text; field in class:Keyboard.Key
379 text = a.getText(android.R.styleable.Keyboard_Key_keyOutputText);
H A DDefaultSoftKeyboard.java288 * Status of the composing text
290 * {@code true} if there is no composing text.
334 public void onText(CharSequence text) { }
838 public void onText(CharSequence text) {} argument
H A DKeyboardView.java97 * @param text the sequence of characters to be displayed.
99 void onText(CharSequence text); argument
851 if (key.text != null) {
852 mKeyboardActionListener.onText(key.text);
1081 public void onText(CharSequence text) {
1082 mKeyboardActionListener.onText(text);
H A DTextCandidatesViewManager.java33 import android.text.TextUtils;
34 import android.text.TextPaint;
35 import android.text.SpannableString;
36 import android.text.Spanned;
37 import android.text.style.ImageSpan;
38 import android.text.style.DynamicDrawableSpan;
318 TextView text = (TextView)v;
319 switch (text.getId()) {
369 TextView text = (TextView)v;
370 int wordcount = text
1382 measureText(CharSequence text, int start, int end) argument
[all...]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyBackupAgent.java48 import android.text.TextUtils;
77 * Backup agent for backup and restore SMS's and text MMS's.
131 "<text src=\"%s\" region=\"Text\" />" +
218 // Columns from part database for backup/restore. This database is used for fetching body text
346 // Do not backup non text-only MMS's.
580 Log.i(TAG, "Restoring text MMS");
805 if (body == null || body.text == null) {
841 // Body (text of the message).
842 jsonWriter.name(MMS_BODY_KEY).value(body.text);
843 // Charset of the body text
1094 public String text; field in class:TelephonyBackupAgent.MmsBody
1097 MmsBody(String text, int charSet) argument
[all...]
/packages/apps/TV/usbtuner/libs/
H A Dexoplayer_1.5.6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java43 import android.text.Spannable;
44 import android.text.SpannableString;
45 import android.text.Spanned;
46 import android.text.TextUtils;
47 import android.text.format.DateFormat;
48 import android.text.format.DateUtils;
49 import android.text.format.Time;
50 import android.text.style.URLSpan;
51 import android.text.util.Linkify;
622 * Get first day of week as android.text
1770 extendedLinkify(String text, boolean lastDitchGeo) argument
1937 findNanpPhoneNumbers(CharSequence text) argument
1987 findNanpMatchEnd(CharSequence text, int startPos) argument
[all...]
H A DEventInfoFragment.java61 import android.text.Spannable;
62 import android.text.SpannableStringBuilder;
63 import android.text.TextUtils;
64 import android.text.format.Time;
65 import android.text.method.LinkMovementMethod;
66 import android.text.method.MovementMethod;
67 import android.text.style.ForegroundColorSpan;
68 import android.text.util.Rfc822Token;
1705 List<CharSequence> text = event.getText();
1707 addFieldToAccessibilityEvent(text, mTitl
1724 addFieldToAccessibilityEvent(List<CharSequence> text, TextView tv, ExpandableTextView etv) argument
2008 setTextCommon(View view, int id, CharSequence text) argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java31 import android.text.Spannable;
32 import android.text.TextUtils;
123 Drawable subHeaderIcon, String text, Drawable textIcon,
135 mText = text;
311 mExpandCollapseTextView = (TextView) mExpandCollapseButton.findViewById(R.id.text);
372 * Sets the text for the expand button.
374 * @param expandButtonText The expand button text.
384 * Sets the text for the expand button.
386 * @param expandButtonText The expand button text.
518 // The separator is aligned with the text i
122 Entry(int id, Drawable mainIcon, String header, String subHeader, Drawable subHeaderIcon, String text, Drawable textIcon, Spannable primaryContentDescription, Intent intent, Drawable alternateIcon, Intent alternateIntent, Spannable alternateContentDescription, boolean shouldApplyColor, boolean isEditable, EntryContextMenuInfo entryContextMenuInfo, Drawable thirdIcon, Intent thirdIntent, String thirdContentDescription, int thirdAction, Bundle thirdExtras, int iconResourceId) argument
[all...]
H A DQuickContactActivity.java77 import android.text.BidiFormatter;
78 import android.text.Spannable;
79 import android.text.SpannableString;
80 import android.text.TextDirectionHeuristics;
81 import android.text.TextUtils;
1484 /* text = */ null,
1546 /* subHeader = */ null, /* subHeaderIcon = */ null, /* text = */ null,
1563 /* text = */ null, /* textIcon = */ null, /* primaryContentDescription = */ null,
1724 String text = null;
1763 text
2203 public String text; field in class:QuickContactActivity.GPlusOrHangoutsDataItemModel
2206 GPlusOrHangoutsDataItemModel(Intent intent, Intent alternateIntent, DataItem dataItem, DataItem secondDataItem, StringBuilder alternateContentDescription, String header, String text, Context context) argument
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java35 import android.text.Spannable;
36 import android.text.SpannableString;
37 import android.text.TextUtils;
38 import android.text.TextUtils.TruncateAt;
72 * The view contains the contact's photo, a set of text views (for name, status, etc...) and
78 * to the left of the photo, the text lines are aligned to the left and the presence icon (if
250 /** A helper used to highlight a prefix in a text field. */
452 // Go over all visible text views and measure actual width of each of them.
465 // Calculate width for name text - this parallels similar measurement in onLayout.
527 // Status view height is the biggest of the text vie
1093 setPhoneticName(char[] text, int size) argument
1126 setLabel(CharSequence text) argument
1165 setData(char[] text, int size) argument
1181 setPhoneNumber(String text, String countryIso) argument
1212 setMarqueeText(TextView textView, char[] text, int size) argument
1220 setMarqueeText(TextView textView, CharSequence text) argument
1269 setSnippet(String text) argument
1323 setStatus(CharSequence text) argument
[all...]
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DDialpadFragment.java48 import android.text.Editable;
49 import android.text.TextUtils;
50 import android.text.TextWatcher;
701 // is disabled while Dialer is paused, the "Send a text message" option can be correctly
816 // If the cursor is at the end of the text we hide it.
1286 * Simple list adapter, binding to an icon + text label
1294 String text; field in class:DialpadFragment.DialpadChooserAdapter.ChoiceItem
1299 text = s;
1374 TextView text = (TextView) convertView.findViewById(R.id.text);
[all...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DConversationMessageData.java22 import android.text.TextUtils;
23 import android.text.format.DateUtils;
253 final String text,
256 final MessagePartData textPart = MessagePartData.createTextMessagePart(text);
369 * Get a concatenation of all text parts
371 * @return the text that is a concatenation of all text parts
374 // This is optimized for single text part case, which is the majority
376 // For single text part, we just return the part without creating the StringBuilder
379 // For multiple text part
247 makePartData( final String partId, final String contentType, final String contentUriString, final String contentWidth, final String contentHeight, final String text, final String messageId) argument
[all...]
/packages/apps/TV/usbtuner/src/com/android/usbtuner/data/
H A DPsipData.java20 import android.text.TextUtils;
21 import android.text.format.DateUtils;
333 byte langCod2, byte mainId, byte priority, byte asvcflags, String text,
347 mText = text;
434 + "langCod2: %d, mainId: %d, priority: %d, avcflags: %d, text: %s, language: %s"
681 public final String text; field in class:PsipData.EttItem
683 public EttItem(int eventId, String text) { argument
685 this.text = text;
331 Ac3AudioDescriptor(byte sampleRateCode, byte bsid, byte bitRateCode, byte surroundMode, byte bsmod, int numChannels, boolean fullSvc, byte langCod, byte langCod2, byte mainId, byte priority, byte asvcflags, String text, String language, String language2) argument
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DUtils.java39 import android.text.SpannableString;
40 import android.text.Spanned;
41 import android.text.TextUtils;
42 import android.text.style.TextAppearanceSpan;
220 * text passed is longer, it will be abbreviated. If it contains a
224 public static String ellipsize(String text, int maxCharacters) { argument
225 int length = text.length();
227 return text;
231 int index = text.lastIndexOf(".");
236 extension = extension + text
[all...]
/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java178 * @param text The text to show.
180 void setProgressText(CharSequence text); argument
874 // Sets instruction text in the cling.
/packages/apps/Messaging/src/com/android/messaging/sms/
H A DMmsUtils.java41 import android.text.TextUtils;
42 import android.text.util.Rfc822Token;
43 import android.text.util.Rfc822Tokenizer;
150 // amount of space to leave in a MMS for text and overhead.
223 "<text src=\"%s\" region=\"Text\" />" +
380 final String srcName = String.format("text.%06d.txt", index);
381 final String text = message.getMessageText();
382 totalLength += addTextPart(context, pb, text, srcName);
430 final String text, final String srcName) {
433 // Set Charset if it's a text medi
429 addTextPart(final Context context, final PduBody pb, final String text, final String srcName) argument
883 insertSmsMessage(final Context context, final Uri uri, final int subId, final String dest, final String text, final long timestamp, final int status, final int type, final long threadId) argument
[all...]
/packages/apps/TV/src/com/android/tv/
H A DMainActivity.java57 import android.text.TextUtils;
1321 String text;
1323 text = getResources().getQuantityString(R.plurals.msg_channel_added,
1326 text = getString(R.string.msg_no_channel_added);
1328 Toast.makeText(MainActivity.this, text, Toast.LENGTH_SHORT).show();
1710 * Says {@code text} when accessibility is turned on.
1712 public void sendAccessibilityText(String text) { argument
1718 event.getText().add(text);
1896 // If the channel is blocked, display a lock and a short text on the Now Playing Card
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java55 import android.text.Editable;
56 import android.text.Html;
57 import android.text.SpanWatcher;
58 import android.text.SpannableString;
59 import android.text.Spanned;
60 import android.text.TextUtils;
61 import android.text.TextWatcher;
62 import android.text.util.Rfc822Token;
63 import android.text.util.Rfc822Tokenizer;
180 * Expected to be html formatted text
3580 onRespondInline(String text) argument
3596 appendToBody(CharSequence text, boolean withSignature) argument
3612 setBody(CharSequence text, boolean withSignature) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java1718 public void announceForAccessibility(CharSequence text) { argument
1721 super.announceForAccessibility(text);
2251 * Returns the drawable for the given text view.
/packages/providers/ContactsProvider/tests/assets/upgradeTest/
H A Dcontacts2_1108.sql18 CREATE TABLE stream_items (_id INTEGER PRIMARY KEY AUTOINCREMENT, raw_contact_id INTEGER NOT NULL, res_package TEXT, icon TEXT, label TEXT, text TEXT, timestamp INTEGER NOT NULL, comments TEXT, stream_item_sync1 TEXT, stream_item_sync2 TEXT, stream_item_sync3 TEXT, stream_item_sync4 TEXT, FOREIGN KEY(raw_contact_id) REFERENCES raw_contacts(_id));
145 CREATE VIEW view_stream_items AS SELECT stream_items._id, contacts._id AS contact_id, contacts.lookup AS contact_lookup, accounts.account_name, accounts.account_type, accounts.data_set, stream_items.raw_contact_id as raw_contact_id, raw_contacts.sourceid as raw_contact_source_id, stream_items.res_package, stream_items.icon, stream_items.label, stream_items.text, stream_items.timestamp, stream_items.comments, stream_items.stream_item_sync1, stream_items.stream_item_sync2, stream_items.stream_item_sync3, stream_items.stream_item_sync4 FROM stream_items JOIN raw_contacts ON (stream_items.raw_contact_id=raw_contacts._id) JOIN accounts ON (raw_contacts.account_id=accounts._id) JOIN contacts ON (raw_contacts.contact_id=contacts._id);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 1291 milliseconds

123456789