Searched refs:mSwitchTransformationMethod (Results 1 – 1 of 1) sorted by relevance
170 private TransformationMethod2 mSwitchTransformationMethod; field in Switch362 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext()); in setSwitchTextAppearance()363 mSwitchTransformationMethod.setLengthChangesAllowed(true); in setSwitchTextAppearance()365 mSwitchTransformationMethod = null; in setSwitchTextAppearance()987 final CharSequence transformed = (mSwitchTransformationMethod != null) in makeLayout()988 ? mSwitchTransformationMethod.getTransformation(text, this) in makeLayout()