Home
last modified time | relevance | path

Searched refs:getTransformationMethod (Results 1 – 17 of 17) sorted by relevance

/frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/widget/
DEmojiTextViewHelperTest.java62 assertThat(mTextView.getTransformationMethod(), in testUpdateTransformationMethod()
74 assertEquals(transformationMethod, mTextView.getTransformationMethod()); in testUpdateTransformationMethod_doesNotUpdateForPasswordTransformation()
82 final TransformationMethod tm = mTextView.getTransformationMethod(); in testUpdateTransformationMethod_doesNotCreateNewInstance()
87 assertSame(tm, mTextView.getTransformationMethod()); in testUpdateTransformationMethod_doesNotCreateNewInstance()
145 assertThat(mTextView.getTransformationMethod(), in testSetAllCaps_withTrueSetsTransformationMethod()
153 assertNull(mTextView.getTransformationMethod()); in testSetAllCaps_withFalseDoesNotSetTransformationMethod()
162 assertSame(transformationMethod, mTextView.getTransformationMethod()); in testSetAllCaps_withPasswordTransformationDoesNotSetTransformationMethod()
DEmojiTextViewHelperPre19Test.java55 assertSame(tm, mTextView.getTransformationMethod()); in testUpdateTransformationMethod_doesNotUpdateTransformationMethod()
81 assertSame(tm, mTextView.getTransformationMethod()); in testSetAllCaps_doesNotUpdateTransformationMethod()
84 assertSame(tm, mTextView.getTransformationMethod()); in testSetAllCaps_doesNotUpdateTransformationMethod()
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DTextViewBindingAdapterTest.java227 assertEquals(mBindingObject.isTextAllCaps(), view.getTransformationMethod() != null); in testAllCaps()
228 if (view.getTransformationMethod() != null) { in testAllCaps()
230 view.getTransformationMethod().getTransformation("all caps", view)); in testAllCaps()
235 assertEquals(mBindingObject.isTextAllCaps(), view.getTransformationMethod() != null); in testAllCaps()
236 if (view.getTransformationMethod() != null) { in testAllCaps()
238 view.getTransformationMethod().getTransformation("all caps", view)); in testAllCaps()
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/
DGlifV3StyleTest.java73 assertThat(button.getTransformationMethod()).isNull(); in buttonWithGlifV3_shouldBeGoogleSans()
DGlifStyleTest.java64 assertThat(button.getTransformationMethod()).named("transformation method").isNull(); in testSuwGlifButtonTertiary()
/frameworks/support/emoji/core/src/main/java/androidx/emoji/widget/
DEmojiTextViewHelper.java158 final TransformationMethod tm = mTextView.getTransformationMethod(); in updateTransformationMethod()
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
DAppCompatTextViewAutoSizeTest.java88 assertTrue(textView.getTransformationMethod() instanceof SingleLineTransformationMethod); in testAutoSizeWithMaxLines_shouldNotThrowException()
/frameworks/base/core/java/com/android/internal/widget/
DImageFloatingTextView.java69 TransformationMethod transformationMethod = getTransformationMethod(); in makeSingleLayout()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatTextHelper.java113 mView.getTransformationMethod() instanceof PasswordTransformationMethod; in loadFromAttributes()
DAppCompatTextViewAutoSizeHelper.java667 TransformationMethod transformationMethod = mTextView.getTransformationMethod(); in suggestedSizeFitsInSpace()
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DTextViewBindingAdapter.java276 } else if (view.getTransformationMethod() instanceof PasswordTransformationMethod) { in setPassword()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java391 final TransformationMethod transformation = button.getTransformationMethod(); in estimateOptimalSqueezedButtonTextWidth()
/frameworks/base/core/java/android/widget/
DTextView.java2404 public final TransformationMethod getTransformationMethod() { in getTransformationMethod() method in TextView.Drawables
9406 final TransformationMethod method = getTransformationMethod(); in isAllCaps()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38828 method public final android.text.method.TransformationMethod getTransformationMethod();
/frameworks/base/api/
Dcurrent.txt53838 method public final android.text.method.TransformationMethod getTransformationMethod();
/frameworks/base/config/
Dboot-image-profile.txt37377 HSPLandroid/widget/TextView;->getTransformationMethod()Landroid/text/method/TransformationMethod;
Dhiddenapi-public-dex.txt55773 Landroid/widget/TextView;->getTransformationMethod()Landroid/text/method/TransformationMethod;