Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DCropView.java479 int rightPx) { in nearestBoundary() argument
490 if (Math.abs(event.getX() - rightPx) < mCropTouchMargin) { in nearestBoundary()