Home
last modified time | relevance | path

Searched refs:setTransformationMethod (Results 1 – 13 of 13) sorted by relevance

/frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/widget/
DEmojiTextViewHelperTest.java58 mTextView.setTransformationMethod(mock(TransformationMethod.class)); in testUpdateTransformationMethod()
70 mTextView.setTransformationMethod(transformationMethod); in testUpdateTransformationMethod_doesNotUpdateForPasswordTransformation()
79 mTextView.setTransformationMethod(mock(TransformationMethod.class)); in testUpdateTransformationMethod_doesNotCreateNewInstance()
143 mTextView.setTransformationMethod(mock(TransformationMethod.class)); in testSetAllCaps_withTrueSetsTransformationMethod()
151 mTextView.setTransformationMethod(null); in testSetAllCaps_withFalseDoesNotSetTransformationMethod()
160 mTextView.setTransformationMethod(transformationMethod); in testSetAllCaps_withPasswordTransformationDoesNotSetTransformationMethod()
DEmojiTextViewHelperPre19Test.java51 mTextView.setTransformationMethod(tm); in testUpdateTransformationMethod_doesNotUpdateTransformationMethod()
79 mTextView.setTransformationMethod(tm); in testSetAllCaps_doesNotUpdateTransformationMethod()
/frameworks/support/emoji/core/src/main/java/androidx/emoji/widget/
DEmojiTextViewHelper.java160 mTextView.setTransformationMethod(wrapTransformationMethod(tm)); in updateTransformationMethod()
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
DAppCompatTextViewAutoSizeTest.java110 setTransformationMethod(new SingleLineTransformationMethod()); in init()
DAppCompatBaseAutoSizeTest.java383 autoSizeView.setTransformationMethod(null);
391 autoSizeView.setTransformationMethod(new DoubleTextTransformationMethod());
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DTextViewBindingAdapter.java275 view.setTransformationMethod(PasswordTransformationMethod.getInstance()); in setPassword()
277 view.setTransformationMethod(null); in setPassword()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierText.java132 setTransformationMethod(new CarrierTextTransformationMethod(mContext, useAllCaps)); in CarrierText()
/frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/
DPagerTitleStrip.java105 text.setTransformationMethod(new SingleLineAllCapsTransform(text.getContext())); in setSingleLineAllCaps()
/frameworks/base/core/java/android/widget/
DTextView.java1501 setTransformationMethod(PasswordTransformationMethod.getInstance());
2415 public final void setTransformationMethod(TransformationMethod method) { in setTransformationMethod() method in TextView.Drawables
3649 setTransformationMethod(new AllCapsTransformationMethod(getContext())); in applyTextAppearance()
5977 setTransformationMethod(PasswordTransformationMethod.getInstance()); in setInputType()
9391 setTransformationMethod(new AllCapsTransformationMethod(getContext())); in setAllCaps()
9393 setTransformationMethod(null); in setAllCaps()
9451 setTransformationMethod(SingleLineTransformationMethod.getInstance()); in applySingleLine()
9459 setTransformationMethod(null); in applySingleLine()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38929 method public final void setTransformationMethod(android.text.method.TransformationMethod);
/frameworks/base/api/
Dcurrent.txt53961 method public final void setTransformationMethod(android.text.method.TransformationMethod);
/frameworks/base/config/
Dboot-image-profile.txt37526 HSPLandroid/widget/TextView;->setTransformationMethod(Landroid/text/method/TransformationMethod;)V
Dhiddenapi-public-dex.txt55933 Landroid/widget/TextView;->setTransformationMethod(Landroid/text/method/TransformationMethod;)V