Searched refs:rightXBound (Results 1 – 1 of 1) sorted by relevance
58 val rightXBound = viewCenterX + halfPreviewWidth in onInterceptTouchEvent() constant61 downX in (leftXBound..rightXBound) -> onPreviewClicked?.invoke() in onInterceptTouchEvent()63 downX > rightXBound -> onSideClicked?.invoke(isRtl) in onInterceptTouchEvent()