Searched refs:mSwitchTransformationMethod (Results 1 – 2 of 2) sorted by relevance
185 private TransformationMethod2 mSwitchTransformationMethod; field in Switch377 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext()); in setSwitchTextAppearance()378 mSwitchTransformationMethod.setLengthChangesAllowed(true); in setSwitchTextAppearance()380 mSwitchTransformationMethod = null; in setSwitchTextAppearance()1062 final CharSequence transformed = (mSwitchTransformationMethod != null) in makeLayout()1063 ? mSwitchTransformationMethod.getTransformation(text, this) in makeLayout()
69470 Landroid/widget/Switch;->mSwitchTransformationMethod:Landroid/text/method/TransformationMethod2;