Home | History | Annotate | Download | only in widget

Lines Matching full:thumbtop

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