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

  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 355 int switchBottom = 0;
360 switchBottom = switchTop + mSwitchHeight;
366 switchBottom = switchTop + mSwitchHeight;
370 switchBottom = getHeight() - getPaddingBottom();
371 switchTop = switchBottom - mSwitchHeight;
377 mSwitchBottom = switchBottom;
389 int switchBottom = mSwitchBottom;
391 mTrackDrawable.setBounds(switchLeft, switchTop, switchRight, switchBottom);
400 int switchInnerBottom = switchBottom - mTempRect.bottom;
401 canvas.clipRect(switchInnerLeft, switchTop, switchInnerRight, switchBottom);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
Switch.java 346 int switchBottom = 0;
351 switchBottom = switchTop + mSwitchHeight;
357 switchBottom = switchTop + mSwitchHeight;
361 switchBottom = getHeight() - getPaddingBottom();
362 switchTop = switchBottom - mSwitchHeight;
368 mSwitchBottom = switchBottom;
380 int switchBottom = mSwitchBottom;
382 mTrackDrawable.setBounds(switchLeft, switchTop, switchRight, switchBottom);
391 int switchInnerBottom = switchBottom - mTempRect.bottom;
392 canvas.clipRect(switchInnerLeft, switchTop, switchInnerRight, switchBottom);
    [all...]
  /frameworks/base/core/java/android/widget/
Switch.java 897 final int switchBottom;
902 switchBottom = switchTop + mSwitchHeight;
908 switchBottom = switchTop + mSwitchHeight;
912 switchBottom = getHeight() - getPaddingBottom();
913 switchTop = switchBottom - mSwitchHeight;
919 mSwitchBottom = switchBottom;
929 final int switchBottom = mSwitchBottom;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 792 final int switchBottom;
797 switchBottom = switchTop + mSwitchHeight;
803 switchBottom = switchTop + mSwitchHeight;
807 switchBottom = getHeight() - getPaddingBottom();
808 switchTop = switchBottom - mSwitchHeight;
814 mSwitchBottom = switchBottom;
824 final int switchBottom = mSwitchBottom;
839 int trackBottom = switchBottom;
849 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom);
854 thumbRight, switchBottom);
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 37 milliseconds