Searched refs:setTransformationMethod (Results 1 - 10 of 10) sorted by relevance

/frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/widget/
H A DEmojiTextViewHelperTest.java58 mTextView.setTransformationMethod(mock(TransformationMethod.class));
70 mTextView.setTransformationMethod(transformationMethod);
79 mTextView.setTransformationMethod(mock(TransformationMethod.class));
143 mTextView.setTransformationMethod(mock(TransformationMethod.class));
151 mTextView.setTransformationMethod(null);
160 mTextView.setTransformationMethod(transformationMethod);
H A DEmojiTextViewHelperPre19Test.java51 mTextView.setTransformationMethod(tm);
79 mTextView.setTransformationMethod(tm);
/frameworks/support/emoji/core/src/main/java/androidx/emoji/widget/
H A DEmojiTextViewHelper.java160 mTextView.setTransformationMethod(wrapTransformationMethod(tm));
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
H A DAppCompatTextViewAutoSizeTest.java110 setTransformationMethod(new SingleLineTransformationMethod());
H A DAppCompatBaseAutoSizeTest.java383 autoSizeView.setTransformationMethod(null);
391 autoSizeView.setTransformationMethod(new DoubleTextTransformationMethod());
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DTextViewBindingAdapter.java275 view.setTransformationMethod(PasswordTransformationMethod.getInstance());
277 view.setTransformationMethod(null);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DCarrierText.java132 setTransformationMethod(new CarrierTextTransformationMethod(mContext, useAllCaps));
/frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/
H A DPagerTitleStrip.java105 text.setTransformationMethod(new SingleLineAllCapsTransform(text.getContext()));
/frameworks/base/core/java/android/widget/
H A DTextView.java1501 setTransformationMethod(PasswordTransformationMethod.getInstance());
2415 public final void setTransformationMethod(TransformationMethod method) { method in class:TextView
3649 setTransformationMethod(new AllCapsTransformationMethod(getContext()));
5977 setTransformationMethod(PasswordTransformationMethod.getInstance());
9386 * @see #setTransformationMethod(TransformationMethod)
9391 setTransformationMethod(new AllCapsTransformationMethod(getContext()));
9393 setTransformationMethod(null);
9403 * @see #setTransformationMethod(TransformationMethod)
9451 setTransformationMethod(SingleLineTransformationMethod.getInstance());
9459 setTransformationMethod(nul
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 116 milliseconds