Home
last modified time | relevance | path

Searched refs:rightXBound (Results 1 – 1 of 1) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/section/
DScreenPreviewClickView.kt58 val rightXBound = viewCenterX + halfPreviewWidth in onInterceptTouchEvent() constant
61 downX in (leftXBound..rightXBound) -> onPreviewClicked?.invoke() in onInterceptTouchEvent()
63 downX > rightXBound -> onSideClicked?.invoke(isRtl) in onInterceptTouchEvent()