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

  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 215 final int thumbLeft = mSwitchLeft + (int) (mThumbPosition + 0.5f) - mTouchSlop;
216 final int thumbRight = thumbLeft + mThumbWidth +
219 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom;
405 int thumbLeft = switchInnerLeft - mTempRect.left + thumbPos;
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 206 final int thumbLeft = mSwitchLeft + (int) (mThumbPosition + 0.5f) - mTouchSlop;
207 final int thumbRight = thumbLeft + mThumbWidth +
210 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom;
396 int thumbLeft = switchInnerLeft - mTempRect.left + thumbPos;
399 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom);
411 canvas.translate((thumbLeft + thumbRight) / 2 - switchText.getEllipsizedWidth() / 2,
  /frameworks/base/core/java/android/widget/
Switch.java 696 final int thumbLeft = mSwitchLeft + thumbOffset - mTouchSlop;
697 final int thumbRight = thumbLeft + mThumbWidth +
700 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 584 final int thumbLeft = mSwitchLeft + thumbOffset - mTouchSlop;
585 final int thumbRight = thumbLeft + mThumbWidth +
588 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom;
847 final int thumbLeft = thumbInitialLeft - padding.left;
849 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom);
853 DrawableCompat.setHotspotBounds(background, thumbLeft, switchTop,
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 39 milliseconds