HomeSort by relevance Sort by last modified time
    Searched refs:thumbBottom (Results 1 - 5 of 5) 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 699 final int thumbBottom = mSwitchBottom + mTouchSlop;
700 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 587 final int thumbBottom = mSwitchBottom + mTouchSlop;
588 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 45 milliseconds