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

  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 216 final int thumbRight = thumbLeft + mThumbWidth +
219 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom;
406 int thumbRight = switchInnerLeft + thumbPos + mThumbWidth + mTempRect.right;
408 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom);
420 canvas.translate((thumbLeft + thumbRight) / 2 - switchText.getEllipsizedWidth() / 2,
  /packages/apps/Camera2/src/com/android/camera/ui/
Switch.java 207 final int thumbRight = thumbLeft + mThumbWidth +
210 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom;
397 int thumbRight = switchInnerLeft + thumbPos + mThumbWidth + mTempRect.right;
399 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom);
411 canvas.translate((thumbLeft + thumbRight) / 2 - switchText.getEllipsizedWidth() / 2,
  /frameworks/base/core/java/android/widget/
Switch.java 702 final int thumbRight = thumbLeft + mThumbWidth +
705 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 584 final int thumbRight = thumbLeft + mThumbWidth +
587 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom;
851 final int thumbRight = thumbInitialLeft + mThumbWidth + padding.right;
852 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom);
857 thumbRight, switchBottom);
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 222 milliseconds