Searched refs:AllCapsTransformationMethod (Results 1 - 6 of 6) 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/widget/
H A DCompatTextView.java57 setTransformationMethod(new AllCapsTransformationMethod(context));
64 private static class AllCapsTransformationMethod implements TransformationMethod { class in class:CompatTextView
68 public AllCapsTransformationMethod(Context context) { method in class:CompatTextView.AllCapsTransformationMethod
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuItemView.java77 setTransformationMethod(new AllCapsTransformationMethod());
238 private class AllCapsTransformationMethod implements TransformationMethod { class in class:ActionMenuItemView
241 public AllCapsTransformationMethod() { method in class:ActionMenuItemView.AllCapsTransformationMethod
/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java28 import android.text.method.AllCapsTransformationMethod;
92 tv.setTransformationMethod(new AllCapsTransformationMethod(this));
/frameworks/base/core/java/android/widget/
H A DSwitch.java32 import android.text.method.AllCapsTransformationMethod;
227 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext());
H A DTextView.java68 import android.text.method.AllCapsTransformationMethod;
1245 setTransformationMethod(new AllCapsTransformationMethod(getContext()));
2464 setTransformationMethod(new AllCapsTransformationMethod(getContext()));
7070 setTransformationMethod(new AllCapsTransformationMethod(getContext()));

Completed in 138 milliseconds