HomeSort by relevance Sort by last modified time
    Searched defs:mSwitchWidth (Results 1 - 5 of 5) 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;
  /packages/apps/Camera2/src/com/android/camera/ui/
Switch.java 71 private int mSwitchWidth;
169 mSwitchWidth = switchWidth;
343 switchLeft = switchRight - mSwitchWidth;
420 int padding = super.getCompoundPaddingRight() + mSwitchWidth;
432 return mSwitchWidth - mThumbWidth - mTempRect.left - mTempRect.right;
  /frameworks/base/core/java/android/widget/
Switch.java 108 private int mSwitchWidth;
656 mSwitchWidth = switchWidth;
890 switchRight = switchLeft + mSwitchWidth - opticalInsetLeft - opticalInsetRight;
893 switchLeft = switchRight - mSwitchWidth + opticalInsetLeft + opticalInsetRight;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 112 private int mSwitchWidth;
543 mSwitchWidth = switchWidth;
785 switchRight = switchLeft + mSwitchWidth - opticalInsetLeft - opticalInsetRight;
788 switchLeft = switchRight - mSwitchWidth + opticalInsetLeft + opticalInsetRight;
920 int padding = super.getCompoundPaddingLeft() + mSwitchWidth;
932 int padding = super.getCompoundPaddingRight() + mSwitchWidth;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 1016 milliseconds