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

  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 349 int switchLeft;
352 switchLeft = switchRight - mSwitchWidth;
375 mSwitchLeft = switchLeft;
386 int switchLeft = mSwitchLeft;
391 mTrackDrawable.setBounds(switchLeft, switchTop, switchRight, switchBottom);
397 int switchInnerLeft = switchLeft + mTempRect.left;
  /packages/apps/Camera2/src/com/android/camera/ui/
Switch.java 340 int switchLeft;
343 switchLeft = switchRight - mSwitchWidth;
366 mSwitchLeft = switchLeft;
377 int switchLeft = mSwitchLeft;
382 mTrackDrawable.setBounds(switchLeft, switchTop, switchRight, switchBottom);
388 int switchInnerLeft = switchLeft + mTempRect.left;
  /frameworks/base/core/java/android/widget/
Switch.java 897 final int switchLeft;
899 switchLeft = getPaddingLeft() + opticalInsetLeft;
900 switchRight = switchLeft + mSwitchWidth - opticalInsetLeft - opticalInsetRight;
903 switchLeft = switchRight - mSwitchWidth + opticalInsetLeft + opticalInsetRight;
927 mSwitchLeft = switchLeft;
936 final int switchLeft = mSwitchLeft;
941 int thumbInitialLeft = switchLeft + getThumbOffset();
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 785 final int switchLeft;
787 switchLeft = getPaddingLeft() + opticalInsetLeft;
788 switchRight = switchLeft + mSwitchWidth - opticalInsetLeft - opticalInsetRight;
791 switchLeft = switchRight - mSwitchWidth + opticalInsetLeft + opticalInsetRight;
815 mSwitchLeft = switchLeft;
824 final int switchLeft = mSwitchLeft;
829 int thumbInitialLeft = switchLeft + getThumbOffset();
839 int trackLeft = switchLeft;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 113 milliseconds