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

  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 218 final int thumbBottom = mSwitchBottom + mTouchSlop;
219 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom;
  /packages/apps/Camera2/src/com/android/camera/ui/
Switch.java 209 final int thumbBottom = mSwitchBottom + mTouchSlop;
210 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom;
  /frameworks/base/core/java/android/widget/
Switch.java 536 final int thumbBottom = mSwitchBottom + mTouchSlop;
537 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom;

Completed in 106 milliseconds