Home
last modified time | relevance | path

Searched refs:transformationMethod (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/text/method/
H A DInsertModeTransformationMethodTest.java54 final InsertModeTransformationMethod transformationMethod = in transformedText_charAt() local
57 transformationMethod.getTransformation(TEXT, sView); in transformedText_charAt()
68 final InsertModeTransformationMethod transformationMethod = in transformedText_charAt_singleLine() local
71 transformationMethod.getTransformation(TEXT, sView); in transformedText_charAt_singleLine()
91 final InsertModeTransformationMethod transformationMethod = in transformedText_charAt_editing() local
217 final InsertModeTransformationMethod transformationMethod = in transformedText_getSpans() local
276 final InsertModeTransformationMethod transformationMethod = in transformedText_getSpans_singleLine() local
347 final InsertModeTransformationMethod transformationMethod = in transformedText_getSpans_collapsedRange() local
407 final InsertModeTransformationMethod transformationMethod = in transformedText_getSpans_collapsedRange_singleLine() local
470 final InsertModeTransformationMethod transformationMethod = in transformedText_getSpanStartAndEnd() local
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DImageFloatingTextView.java75 TransformationMethod transformationMethod = getTransformationMethod(); in makeSingleLayout() local
77 if (transformationMethod != null) { in makeSingleLayout()
78 text = transformationMethod.getTransformation(text, this); in makeSingleLayout()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewTest.java377 final TransformationMethod transformationMethod = in originalToTransformed_hasOffsetMapping() local
380 mTextView.setTransformationMethod(transformationMethod); in originalToTransformed_hasOffsetMapping()
407 final TransformationMethod transformationMethod = in transformedToOriginal_hasOffsetMapping() local
410 mTextView.setTransformationMethod(transformationMethod); in transformedToOriginal_hasOffsetMapping()
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java8230 void updateTransformationMethod(TransformationMethod transformationMethod) { in updateTransformationMethod() argument
8232 setTransformationMethod(transformationMethod, /* updateText */ true); in updateTransformationMethod()
8241 transformationMethod, mTextView.isSingleLine()); in updateTransformationMethod()