Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DImageFloatingTextView.java71 TransformationMethod transformationMethod = getTransformationMethod(); in makeSingleLayout() local
73 if (transformationMethod != null) { in makeSingleLayout()
74 text = transformationMethod.getTransformation(text, this); in makeSingleLayout()