Searched defs:text (Results 76 - 100 of 555) sorted by relevance

1234567891011>>

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiCollection.java20 * or targeting a sub elements by a child's text or description.
43 * a child UI element anywhere within its sub hierarchy that has content-description text.
48 * @param text String of the identifying child contents of of the <code>childPattern</code>
53 public UiObject getChildByDescription(UiSelector childPattern, String text) argument
55 Tracer.trace(childPattern, text);
56 if (text != null) {
61 if(nodeDesc != null && nodeDesc.contains(text)) {
64 UiObject item = row.getChild(new UiSelector().descriptionContains(text));
70 throw new UiObjectNotFoundException("for description= \"" + text + "\"");
100 * a child UI element anywhere within its sub hierarchy that has text attribut
111 getChildByText(UiSelector childPattern, String text) argument
[all...]
/frameworks/base/core/java/android/text/
H A DAndroidBidi.java17 package android.text;
19 import android.text.Layout.Directions;
H A DEmoji.java17 package android.text;
52 // keep them as emoji modifier bases since there are fonts and user-generated text out there
59 // TODO: Remove once emoji-data.text 5.0 is in ICU or update to 6.0.
74 // TODO: Remove once emoji-data.text 5.0 is in ICU or update to 6.0.
H A DInputFilter.java17 package android.text;
28 * with the new text from the range <code>start &hellip; end</code>
33 * as this is what happens when you delete text. Also beware that
74 * This filter will constrain edits not to make the length of the text
H A DSpannable.java17 package android.text;
20 * This is the interface for text to which markup objects can be
21 * attached and detached. Not all Spannable classes have mutable text;
29 * of the text, or move the object to that range if it was already
32 * within your application, or it can be one that the text system will
33 * use to affect text display or behavior. Some noteworthy ones are
34 * the subclasses of {@link android.text.style.CharacterStyle} and
35 * {@link android.text.style.ParagraphStyle}, and
36 * {@link android.text.TextWatcher} and
37 * {@link android.text
[all...]
H A DSpannableString.java17 package android.text;
21 * This is the class for text whose content is immutable but to which
23 * For mutable text, see {@link SpannableStringBuilder}.
H A DTextWatcher.java17 package android.text;
21 * be called when the text is changed.
27 * are about to be replaced by new text with length <code>after</code>.
36 * have just replaced old text that had length <code>before</code>.
44 * <code>s</code>, the text has been changed.
/frameworks/base/core/java/android/text/method/
H A DDateKeyListener.java17 package android.text.method;
21 import android.text.InputType;
32 * For entering dates in a text field.
H A DDateTimeKeyListener.java17 package android.text.method;
21 import android.text.InputType;
32 * For entering dates and times in the same text field.
H A DDialerKeyListener.java17 package android.text.method;
19 import android.text.InputType;
20 import android.text.Spannable;
25 * For dialing-only text entry
H A DTimeKeyListener.java17 package android.text.method;
21 import android.text.InputType;
32 * For entering times in a text field.
H A DTransformationMethod.java17 package android.text.method;
25 * from causing line breaks in single-line text fields.
30 * Returns a CharSequence that is a transformation of the source text --
32 * Beware that the returned text must be exactly the same length as
33 * the source text, and that if the source text is Editable, the returned
34 * text must mirror it dynamically instead of doing a one-time copy.
/frameworks/base/core/java/android/text/style/
H A DAlignmentSpan.java17 package android.text.style;
20 import android.text.Layout;
21 import android.text.ParcelableSpan;
22 import android.text.TextUtils;
H A DCharacterStyle.java17 package android.text.style;
19 import android.text.TextPaint;
22 * The classes that affect character-level text formatting extend this
H A DClickableSpan.java17 package android.text.style;
19 import android.text.TextPaint;
23 * If an object of this type is attached to the text of a TextView
25 * text can be selected. If selected and clicked, the {@link #onClick} method will
39 * Makes the text underlined and in the link color.
H A DMetricAffectingSpan.java17 package android.text.style;
19 import android.text.TextPaint;
22 * The classes that affect character-level text formatting in a way that
H A DSpellCheckSpan.java17 package android.text.style;
20 import android.text.ParcelableSpan;
21 import android.text.TextUtils;
25 * annotate portions of the text that are about to or currently being spell checked. They are
H A DStrikethroughSpan.java17 package android.text.style;
20 import android.text.ParcelableSpan;
21 import android.text.TextPaint;
22 import android.text.TextUtils;
H A DSubscriptSpan.java17 package android.text.style;
20 import android.text.ParcelableSpan;
21 import android.text.TextPaint;
22 import android.text.TextUtils;
H A DSuperscriptSpan.java17 package android.text.style;
20 import android.text.ParcelableSpan;
21 import android.text.TextPaint;
22 import android.text.TextUtils;
H A DUnderlineSpan.java17 package android.text.style;
20 import android.text.ParcelableSpan;
21 import android.text.TextPaint;
22 import android.text.TextUtils;
/frameworks/base/core/java/android/widget/
H A DTextSwitcher.java30 * {@link #setText(CharSequence)} is called, TextSwitcher animates the current text
31 * out and animates the new text in.
71 * Sets the text of the next view and switches to the next view. This can
72 * be used to animate the old text out and animate the next text in.
74 * @param text the new text to display
76 public void setText(CharSequence text) { argument
78 t.setText(text);
83 * Sets the text o
88 setCurrentText(CharSequence text) argument
[all...]
/frameworks/base/core/java/com/google/android/util/
H A DSmileyParser.java20 import android.text.Spannable;
21 import android.text.SpannableStringBuilder;
22 import android.text.style.ImageSpan;
27 * Parses a text message typed by the user looking for smileys.
33 public SmileyParser(String text, SmileyResources res) { argument
34 super(text,
40 false // me text
51 * Retrieves the parsed text as a spannable string object.
/frameworks/base/core/tests/benchmarks/src/android/text/
H A DSpannableStringBuilderBenchmark.java17 package android.text;
26 @Param({"android.text.style.ImageSpan",
27 "android.text.style.ParagraphStyle",
28 "android.text.style.CharacterStyle",
68 " <a href=\"https://android.com\"><span>some text</span></a></span></p>\n" +
76 "'Helvetica Neue Light'; color: #262626; -webkit-text-stroke: #262626\">" +
112 " <li> <font color=red>red text</font>\n" +
115 " <li> some <del>deleted</del> text\n" +
119 " <li> some <ins>inserted</ins> text\n" +
126 " <li> <strong>this is highlighted text</stron
[all...]
/frameworks/base/core/tests/benchmarks/src/android/text/util/
H A DLinkifyBenchmark.java17 package android.text.util;
24 import android.text.Spannable;
25 import android.text.SpannableString;

Completed in 2179 milliseconds

1234567891011>>