Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DHorizontalTouchMovementAwareNestedScrollView.kt45 val yMoveDistance = abs(event.y - startYPosition) in onInterceptTouchEvent() constant
48 xMoveDistance > yMoveDistance && in onInterceptTouchEvent()