Home | History | Annotate | Download | only in widget

Lines Matching refs:thumbTop

912         final int thumbTop = mSwitchTop - mTouchSlop;
917 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom;