HomeSort by relevance Sort by last modified time
    Searched defs:mSwitchTransformationMethod (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
Switch.java 154 private TransformationMethod2 mSwitchTransformationMethod;
337 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext());
338 mSwitchTransformationMethod.setLengthChangesAllowed(true);
340 mSwitchTransformationMethod = null;
887 final CharSequence transformed = (mSwitchTransformationMethod != null)
888 ? mSwitchTransformationMethod.getTransformation(text, this)
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 142 private TransformationMethod mSwitchTransformationMethod;
266 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext());
268 mSwitchTransformationMethod = null;
602 final CharSequence transformed = (mSwitchTransformationMethod != null)
603 ? mSwitchTransformationMethod.getTransformation(text, this)
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 980 milliseconds