Searched refs:hitTargetRight (Results 1 – 1 of 1) sorted by relevance
360 final int hitTargetRight = mThumbImageView.getRight() + mTouchSlop; in isInsideThumb() local362 if (x < hitTargetLeft || x > hitTargetRight) { in isInsideThumb()