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 138 private TransformationMethod2 mSwitchTransformationMethod;
289 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext());
290 mSwitchTransformationMethod.setLengthChangesAllowed(true);
292 mSwitchTransformationMethod = null;
678 final CharSequence transformed = (mSwitchTransformationMethod != null)
679 ? mSwitchTransformationMethod.getTransformation(text, this)
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 142 private TransformationMethod mSwitchTransformationMethod;
254 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext());
256 mSwitchTransformationMethod = null;
566 final CharSequence transformed = (mSwitchTransformationMethod != null)
567 ? mSwitchTransformationMethod.getTransformation(text, this)
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 34 milliseconds