Searched refs:AllCapsTransformationMethod (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/text/method/
H A DAllCapsTransformationMethod.java30 public class AllCapsTransformationMethod implements TransformationMethod2 { class in inherits:TransformationMethod2
31 private static final String TAG = "AllCapsTransformationMethod";
36 public AllCapsTransformationMethod(Context context) { method in class:AllCapsTransformationMethod
/frameworks/support/v7/appcompat/src/android/support/v7/internal/text/
H A DAllCapsTransformationMethod.java29 public class AllCapsTransformationMethod implements TransformationMethod { class in inherits:TransformationMethod
32 public AllCapsTransformationMethod(Context context) { method in class:AllCapsTransformationMethod
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DCompatTextView.java23 import android.support.v7.internal.text.AllCapsTransformationMethod;
58 setTransformationMethod(new AllCapsTransformationMethod(context));
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuItemView.java29 import android.support.v7.internal.text.AllCapsTransformationMethod;
92 setTransformationMethod(new AllCapsTransformationMethod(context));
/frameworks/base/core/java/android/widget/
H A DSwitch.java35 import android.text.method.AllCapsTransformationMethod;
290 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext());
H A DTextView.java70 import android.text.method.AllCapsTransformationMethod;
1293 setTransformationMethod(new AllCapsTransformationMethod(getContext()));
2557 setTransformationMethod(new AllCapsTransformationMethod(getContext()));
7330 setTransformationMethod(new AllCapsTransformationMethod(getContext()));
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSwitchCompat.java35 import android.support.v7.internal.text.AllCapsTransformationMethod;
253 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext());

Completed in 6847 milliseconds