Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java155 private TransformationMethod2 mSwitchTransformationMethod; field in Switch
338 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext()); in setSwitchTextAppearance()
339 mSwitchTransformationMethod.setLengthChangesAllowed(true); in setSwitchTextAppearance()
341 mSwitchTransformationMethod = null; in setSwitchTextAppearance()
888 final CharSequence transformed = (mSwitchTransformationMethod != null) in makeLayout()
889 ? mSwitchTransformationMethod.getTransformation(text, this) in makeLayout()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSwitchCompat.java162 private TransformationMethod mSwitchTransformationMethod; field in SwitchCompat
318 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext()); in setSwitchTextAppearance()
320 mSwitchTransformationMethod = null; in setSwitchTextAppearance()
862 final CharSequence transformed = (mSwitchTransformationMethod != null) in makeLayout()
863 ? mSwitchTransformationMethod.getTransformation(text, this) in makeLayout()