HomeSort by relevance Sort by last modified time
    Searched refs:switchBottom (Results 1 - 3 of 3) 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 689 int switchBottom = 0;
694 switchBottom = switchTop + mSwitchHeight;
700 switchBottom = switchTop + mSwitchHeight;
704 switchBottom = getHeight() - getPaddingBottom();
705 switchTop = switchBottom - mSwitchHeight;
711 mSwitchBottom = switchBottom;
723 int switchBottom = mSwitchBottom;
725 mTrackDrawable.setBounds(switchLeft, switchTop, switchRight, switchBottom);
734 int switchInnerBottom = switchBottom - mTempRect.bottom;
735 canvas.clipRect(switchInnerLeft, switchTop, switchInnerRight, switchBottom);
    [all...]

Completed in 547 milliseconds