Searched refs:PasswordTransformationMethod (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/widget/
H A DEmojiTextViewHelperTest.java33 import android.text.method.PasswordTransformationMethod;
68 final PasswordTransformationMethod transformationMethod =
69 new PasswordTransformationMethod();
158 final PasswordTransformationMethod transformationMethod =
159 new PasswordTransformationMethod();
/frameworks/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java34 public class PasswordTransformationMethod class in inherits:TransformationMethod,TextWatcher
62 public static PasswordTransformationMethod getInstance() {
66 sInstance = new PasswordTransformationMethod();
239 public Visible(Spannable sp, PasswordTransformationMethod ptm) {
250 private PasswordTransformationMethod mTransformer;
264 private static PasswordTransformationMethod sInstance;
/frameworks/support/emoji/core/src/main/java/androidx/emoji/widget/
H A DEmojiTextViewHelper.java20 import android.text.method.PasswordTransformationMethod;
159 if (tm != null && !(tm instanceof PasswordTransformationMethod)) {
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DTextViewBindingAdapter.java37 import android.text.method.PasswordTransformationMethod;
275 view.setTransformationMethod(PasswordTransformationMethod.getInstance());
276 } else if (view.getTransformationMethod() instanceof PasswordTransformationMethod) {
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DAppCompatTextHelper.java29 import android.text.method.PasswordTransformationMethod;
109 // PasswordTransformationMethod wipes out all other TransformationMethod instances
111 // if we don't have a PasswordTransformationMethod currently...
113 mView.getTransformationMethod() instanceof PasswordTransformationMethod;
/frameworks/base/core/java/android/widget/
H A DTextView.java109 import android.text.method.PasswordTransformationMethod;
1501 setTransformationMethod(PasswordTransformationMethod.getInstance());
2444 // PasswordTransformationMethod always have LTR text direction heuristics returned by
5977 setTransformationMethod(PasswordTransformationMethod.getInstance());
5981 if (mTransformation == PasswordTransformationMethod.getInstance()) {
5991 if (mTransformation == PasswordTransformationMethod.getInstance()) {
6030 return mTransformation instanceof PasswordTransformationMethod;
/frameworks/base/config/
H A Dpreloaded-classes3015 android.text.method.PasswordTransformationMethod
H A Dboot-image-profile.txt6055 HPLandroid/text/method/PasswordTransformationMethod$PasswordCharSequence;->charAt(I)C
6056 HPLandroid/text/method/PasswordTransformationMethod$Visible;->run()V
6057 HPLandroid/text/method/PasswordTransformationMethod;->afterTextChanged(Landroid/text/Editable;)V
6058 HPLandroid/text/method/PasswordTransformationMethod;->beforeTextChanged(Ljava/lang/CharSequence;III)V
6059 HPLandroid/text/method/PasswordTransformationMethod;->onTextChanged(Ljava/lang/CharSequence;III)V
[all...]

Completed in 323 milliseconds