Searched refs:mSwitchTransformationMethod (Results 1 – 2 of 2) sorted by relevance
154 private TransformationMethod2 mSwitchTransformationMethod; field in Switch337 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()
142 private TransformationMethod mSwitchTransformationMethod; field in SwitchCompat266 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()