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