Searched refs:mSwitchTransformationMethod (Results 1 – 2 of 2) sorted by relevance
155 private TransformationMethod2 mSwitchTransformationMethod; field in Switch338 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()
162 private TransformationMethod mSwitchTransformationMethod; field in SwitchCompat318 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()