Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/method/
DTransformationMethod2.java26 public interface TransformationMethod2 extends TransformationMethod { interface
DAllCapsTransformationMethod.java36 public class AllCapsTransformationMethod implements TransformationMethod2 {
/frameworks/base/core/java/android/widget/
DSwitch.java44 import android.text.method.TransformationMethod2;
171 private TransformationMethod2 mSwitchTransformationMethod;
DTextView.java122 import android.text.method.TransformationMethod2;
2565 if (method instanceof TransformationMethod2) { in setTransformationMethod()
2566 TransformationMethod2 method2 = (TransformationMethod2) method; in setTransformationMethod()
/frameworks/base/config/
Dpreloaded-classes3532 android.text.method.TransformationMethod2
Dboot-image-profile.txt36184 Landroid/text/method/TransformationMethod2;
Dhiddenapi-greylist-max-o.txt84542 Landroid/widget/Switch;->mSwitchTransformationMethod:Landroid/text/method/TransformationMethod2;