Searched refs:mSwitchTransformationMethod (Results 1 – 2 of 2) sorted by relevance
171 private TransformationMethod2 mSwitchTransformationMethod; field in Switch360 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext()); in setSwitchTextAppearance()361 mSwitchTransformationMethod.setLengthChangesAllowed(true); in setSwitchTextAppearance()363 mSwitchTransformationMethod = null; in setSwitchTextAppearance()979 final CharSequence transformed = (mSwitchTransformationMethod != null) in makeLayout()980 ? mSwitchTransformationMethod.getTransformation(text, this) in makeLayout()
90639 Landroid/widget/Switch;->mSwitchTransformationMethod:Landroid/text/method/TransformationMethod2;