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

  /frameworks/base/core/java/android/widget/
Switch.java 871 int opticalInsetLeft = 0;
882 opticalInsetLeft = Math.max(0, insets.left - trackPadding.left);
889 switchLeft = getPaddingLeft() + opticalInsetLeft;
890 switchRight = switchLeft + mSwitchWidth - opticalInsetLeft - opticalInsetRight;
893 switchLeft = switchRight - mSwitchWidth + opticalInsetLeft + opticalInsetRight;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 767 int opticalInsetLeft = 0;
777 opticalInsetLeft = 0;
784 switchLeft = getPaddingLeft() + opticalInsetLeft;
785 switchRight = switchLeft + mSwitchWidth - opticalInsetLeft - opticalInsetRight;
788 switchLeft = switchRight - mSwitchWidth + opticalInsetLeft + opticalInsetRight;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 44 milliseconds