Searched refs:mSwitchTransformationMethod (Results 1 – 2 of 2) sorted by relevance
158 private TransformationMethod2 mSwitchTransformationMethod; field in Switch341 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()
175 private TransformationMethod mSwitchTransformationMethod; field in SwitchCompat328 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()