Searched refs:mSwitchTransformationMethod (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSwitch.java158 private TransformationMethod2 mSwitchTransformationMethod; field in class:Switch
341 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext());
342 mSwitchTransformationMethod.setLengthChangesAllowed(true);
344 mSwitchTransformationMethod = null;
891 final CharSequence transformed = (mSwitchTransformationMethod != null)
892 ? mSwitchTransformationMethod.getTransformation(text, this)
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSwitchCompat.java162 private TransformationMethod mSwitchTransformationMethod; field in class:SwitchCompat
315 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext());
317 mSwitchTransformationMethod = null;
858 final CharSequence transformed = (mSwitchTransformationMethod != null)
859 ? mSwitchTransformationMethod.getTransformation(text, this)

Completed in 68 milliseconds