Searched defs:text (Results 51 - 75 of 328) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/text/
H A DStaticLayoutBidiTest.java17 package android.text;
87 private void expectNativeBidi(int dir, String text, argument
89 char[] chs = text.toCharArray();
/frameworks/base/core/java/android/text/
H A DAndroidBidi.java17 package android.text;
19 import android.text.Layout.Directions;
H A DAnnotation.java17 package android.text;
24 * data that needs to be maintained for regions of text.
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/format/
H A DFormatter.java17 package android.text.format;
/frameworks/base/core/java/android/text/method/
H A DDialerKeyListener.java17 package android.text.method;
21 import android.text.InputType;
22 import android.text.Spannable;
25 * For dialing-only text entry
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 DBackgroundColorSpan.java17 package android.text.style;
20 import android.text.ParcelableSpan;
21 import android.text.TextPaint;
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 DForegroundColorSpan.java17 package android.text.style;
20 import android.text.ParcelableSpan;
21 import android.text.TextPaint;
22 import android.text.TextUtils;
H A DMetricAffectingSpan.java17 package android.text.style;
20 import android.text.TextPaint;
23 * The classes that affect character-level text formatting in a way that
H A DRelativeSizeSpan.java17 package android.text.style;
20 import android.text.ParcelableSpan;
21 import android.text.TextPaint;
22 import android.text.TextUtils;
H A DScaleXSpan.java17 package android.text.style;
20 import android.text.ParcelableSpan;
21 import android.text.TextPaint;
22 import android.text.TextUtils;
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 DSuggestionRangeSpan.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 DURLSpan.java17 package android.text.style;
24 import android.text.ParcelableSpan;
25 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/view/accessibility/
H A DAccessibilityNodeProvider.java56 * public List<AccessibilityNodeInfo> findAccessibilityNodeInfosByText(String text,
118 * Finds {@link AccessibilityNodeInfo}s by text. The match is case insensitive
125 * @param text The searched text.
131 public List<AccessibilityNodeInfo> findAccessibilityNodeInfosByText(String text, argument

Completed in 142 milliseconds

1234567891011>>