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

  /frameworks/base/core/java/android/widget/
Switch.java 139 private TransformationMethod2 mSwitchTransformationMethod;
290 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext());
291 mSwitchTransformationMethod.setLengthChangesAllowed(true);
293 mSwitchTransformationMethod = null;
679 final CharSequence transformed = (mSwitchTransformationMethod != null)
680 ? mSwitchTransformationMethod.getTransformation(text, this)
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 137 private TransformationMethod mSwitchTransformationMethod;
253 mSwitchTransformationMethod = new AllCapsTransformationMethod(getContext());
255 mSwitchTransformationMethod = null;
565 final CharSequence transformed = (mSwitchTransformationMethod != null)
566 ? mSwitchTransformationMethod.getTransformation(text, this)
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 276 milliseconds