Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java158 private TransformationMethod2 mSwitchTransformationMethod; field in Switch
341 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext()); in setSwitchTextAppearance()
342 mSwitchTransformationMethod.setLengthChangesAllowed(true); in setSwitchTextAppearance()
344 mSwitchTransformationMethod = null; in setSwitchTextAppearance()
891 final CharSequence transformed = (mSwitchTransformationMethod != null) in makeLayout()
892 ? mSwitchTransformationMethod.getTransformation(text, this) in makeLayout()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSwitchCompat.java175 private TransformationMethod mSwitchTransformationMethod; field in SwitchCompat
328 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext()); in setSwitchTextAppearance()
330 mSwitchTransformationMethod = null; in setSwitchTextAppearance()
872 final CharSequence transformed = (mSwitchTransformationMethod != null) in makeLayout()
873 ? mSwitchTransformationMethod.getTransformation(text, this) in makeLayout()