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 887 final int switchLeft;
889 switchLeft = getPaddingLeft() + opticalInsetLeft;
890 switchRight = switchLeft + mSwitchWidth - opticalInsetLeft - opticalInsetRight;
893 switchLeft = switchRight - mSwitchWidth + opticalInsetLeft + opticalInsetRight;
917 mSwitchLeft = switchLeft;
926 final int switchLeft = mSwitchLeft;
931 int thumbInitialLeft = switchLeft + getThumbOffset();
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 782 final int switchLeft;
784 switchLeft = getPaddingLeft() + opticalInsetLeft;
785 switchRight = switchLeft + mSwitchWidth - opticalInsetLeft - opticalInsetRight;
788 switchLeft = switchRight - mSwitchWidth + opticalInsetLeft + opticalInsetRight;
812 mSwitchLeft = switchLeft;
821 final int switchLeft = mSwitchLeft;
826 int thumbInitialLeft = switchLeft + getThumbOffset();
836 int trackLeft = switchLeft;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 117 milliseconds