Searched refs:mSwitchTransformationMethod (Results 1 – 2 of 2) sorted by relevance
175 private TransformationMethod2 mSwitchTransformationMethod; field in Switch367 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext()); in setSwitchTextAppearance()368 mSwitchTransformationMethod.setLengthChangesAllowed(true); in setSwitchTextAppearance()370 mSwitchTransformationMethod = null; in setSwitchTextAppearance()1052 final CharSequence transformed = (mSwitchTransformationMethod != null) in makeLayout()1053 ? mSwitchTransformationMethod.getTransformation(text, this) in makeLayout()
73436 Landroid/widget/Switch;->mSwitchTransformationMethod:Landroid/text/method/TransformationMethod2;