Searched refs:TransformationMethod (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/text/method/
H A DTransformationMethod2.java19 * TransformationMethod2 extends the TransformationMethod interface
20 * and adds the ability to relax restrictions of TransformationMethod.
24 public interface TransformationMethod2 extends TransformationMethod {
26 * Relax the contract of TransformationMethod to allow length changes,
H A DTransformationMethod.java27 public interface TransformationMethod interface
40 * TransformationMethod gains or loses focus.
H A DReplacementTransformationMethod.java34 implements TransformationMethod
H A DPasswordTransformationMethod.java35 implements TransformationMethod, TextWatcher
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/widget/
H A DEmojiTextViewHelperPre19Test.java28 import android.text.method.TransformationMethod;
50 final TransformationMethod tm = mock(TransformationMethod.class);
72 final TransformationMethod tm = mock(TransformationMethod.class);
78 final TransformationMethod tm = mock(TransformationMethod.class);
H A DEmojiTextViewHelperTest.java36 import android.text.method.TransformationMethod;
61 mTextView.setTransformationMethod(mock(TransformationMethod.class));
82 mTextView.setTransformationMethod(mock(TransformationMethod.class));
85 final TransformationMethod tm = mTextView.getTransformationMethod();
139 final TransformationMethod tm1 = mTextViewHelper.wrapTransformationMethod(null);
140 final TransformationMethod tm2 = mTextViewHelper.wrapTransformationMethod(tm1);
146 mTextView.setTransformationMethod(mock(TransformationMethod.class));
/frameworks/support/emoji/core/src/android/support/text/emoji/widget/
H A DEmojiTextViewHelper.java26 import android.text.method.TransformationMethod;
78 * Updates widget's TransformationMethod so that the transformed text can be processed.
82 * @see #wrapTransformationMethod(TransformationMethod)
111 public TransformationMethod wrapTransformationMethod(
112 @Nullable TransformationMethod transformationMethod) {
136 TransformationMethod wrapTransformationMethod(TransformationMethod transformationMethod) {
157 final TransformationMethod tm = mTextView.getTransformationMethod();
178 TransformationMethod wrapTransformationMethod(TransformationMethod transformationMetho
[all...]
H A DEmojiTransformationMethod.java26 import android.text.method.TransformationMethod;
30 * TransformationMethod wrapper in order to update transformed text with emojis.
36 class EmojiTransformationMethod implements TransformationMethod {
37 private final TransformationMethod mTransformationMethod;
39 EmojiTransformationMethod(TransformationMethod transformationMethod) {
/frameworks/support/v7/appcompat/src/android/support/v7/text/
H A DAllCapsTransformationMethod.java24 import android.text.method.TransformationMethod;
33 public class AllCapsTransformationMethod implements TransformationMethod {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSwitchCompat.java42 import android.text.method.TransformationMethod;
175 private TransformationMethod mSwitchTransformationMethod;
/frameworks/base/core/java/android/widget/
H A DTextView.java106 import android.text.method.TransformationMethod;
625 private TransformationMethod mTransformation;
2482 * Gets the current {@link android.text.method.TransformationMethod} for the TextView.
2489 public final TransformationMethod getTransformationMethod() {
2500 public final void setTransformationMethod(TransformationMethod method) {
9004 * @see #setTransformationMethod(TransformationMethod)
/frameworks/base/
H A Dpreloaded-classes2225 android.text.method.TransformationMethod
H A Dcompiled-classes-phone4063 android.text.method.TransformationMethod

Completed in 305 milliseconds