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

  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 77 private int mSwitchWidth;
178 mSwitchWidth = switchWidth;
352 switchLeft = switchRight - mSwitchWidth;
429 int padding = super.getCompoundPaddingRight() + mSwitchWidth;
441 return mSwitchWidth - mThumbWidth - mTempRect.left - mTempRect.right;
  /frameworks/base/core/java/android/widget/
Switch.java 124 private int mSwitchWidth;
864 mSwitchWidth = switchWidth;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 112 private int mSwitchWidth;
579 mSwitchWidth = switchWidth;
822 switchRight = switchLeft + mSwitchWidth - opticalInsetLeft - opticalInsetRight;
825 switchLeft = switchRight - mSwitchWidth + opticalInsetLeft + opticalInsetRight;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 55 milliseconds