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

  /frameworks/base/core/java/android/widget/
Switch.java 919 final int thumbLeft = mSwitchLeft + thumbOffset - mTouchSlop;
920 final int thumbRight = thumbLeft + mThumbWidth +
923 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom;
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
SwitchCompat.java 894 final int thumbLeft = mSwitchLeft + thumbOffset - mTouchSlop;
895 final int thumbRight = thumbLeft + mThumbWidth +
898 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom;
    [all...]

Completed in 223 milliseconds