Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java154 private TransformationMethod2 mSwitchTransformationMethod; field in Switch
337 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext()); in setSwitchTextAppearance()
338 mSwitchTransformationMethod.setLengthChangesAllowed(true); in setSwitchTextAppearance()
340 mSwitchTransformationMethod = null; in setSwitchTextAppearance()
887 final CharSequence transformed = (mSwitchTransformationMethod != null) in makeLayout()
888 ? mSwitchTransformationMethod.getTransformation(text, this) in makeLayout()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSwitchCompat.java142 private TransformationMethod mSwitchTransformationMethod; field in SwitchCompat
266 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext()); in setSwitchTextAppearance()
268 mSwitchTransformationMethod = null; in setSwitchTextAppearance()
602 final CharSequence transformed = (mSwitchTransformationMethod != null) in makeLayout()
603 ? mSwitchTransformationMethod.getTransformation(text, this) in makeLayout()