Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java171 private TransformationMethod2 mSwitchTransformationMethod; field in Switch
360 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext()); in setSwitchTextAppearance()
361 mSwitchTransformationMethod.setLengthChangesAllowed(true); in setSwitchTextAppearance()
363 mSwitchTransformationMethod = null; in setSwitchTextAppearance()
979 final CharSequence transformed = (mSwitchTransformationMethod != null) in makeLayout()
980 ? mSwitchTransformationMethod.getTransformation(text, this) in makeLayout()