Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DTextViewTranslationCallback.java134 textView.setTransformationMethod(transformation); in onShowTranslation()
176 textView.setTransformationMethod(transformation); in onHideTranslation()
H A DEditor.java8150 setTransformationMethod(mInsertModeTransformationMethod, true); in enterInsertMode()
8174 setTransformationMethod(oldTransformationMethod, updateText); in exitInsertMode()
8199 private void setTransformationMethod(TransformationMethod method, boolean updateText) { in setTransformationMethod() method in Editor.SelectionHandleView.InsertModeController
8232 setTransformationMethod(transformationMethod, /* updateText */ true); in updateTransformationMethod()
8242 setTransformationMethod(mInsertModeTransformationMethod, /* updateText */ true); in updateTransformationMethod()
8268 void setTransformationMethod(TransformationMethod method) { in setTransformationMethod() method
H A DTextView.java1815 setTransformationMethod(PasswordTransformationMethod.getInstance());
2791 public final void setTransformationMethod(TransformationMethod method) { in setTransformationMethod() method in TextView.Drawables
2793 mEditor.setTransformationMethod(method); in setTransformationMethod()
4404 setTransformationMethod(new AllCapsTransformationMethod(getContext())); in applyTextAppearance()
7481 setTransformationMethod(PasswordTransformationMethod.getInstance()); in setInputType()
11871 setTransformationMethod(new AllCapsTransformationMethod(getContext())); in setAllCaps()
11873 setTransformationMethod(null); in setAllCaps()
11936 setTransformationMethod(SingleLineTransformationMethod.getInstance()); in applySingleLine()
11969 setTransformationMethod(null); in applySingleLine()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DCarrierText.java55 setTransformationMethod(new CarrierTextTransformationMethod(mContext, useAllCaps)); in CarrierText()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewTest.java380 mTextView.setTransformationMethod(transformationMethod); in originalToTransformed_hasOffsetMapping()
410 mTextView.setTransformationMethod(transformationMethod); in transformedToOriginal_hasOffsetMapping()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputBroadcastDialog.java354 mBroadcastCode.setTransformationMethod(PasswordTransformationMethod.getInstance()); in initBtQrCodeUI()
424 mBroadcastCode.setTransformationMethod( in updateBroadcastCodeVisibility()
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt20095 HSPLandroid/widget/Editor;->setTransformationMethod(Landroid/text/method/TransformationMethod;)V
21049 HSPLandroid/widget/TextView;->setTransformationMethod(Landroid/text/method/TransformationMethod;)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt20159 HSPLandroid/widget/Editor;->setTransformationMethod(Landroid/text/method/TransformationMethod;)V
21113 HSPLandroid/widget/TextView;->setTransformationMethod(Landroid/text/method/TransformationMethod;)V
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt60450 method public final void setTransformationMethod(android.text.method.TransformationMethod);