Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DCropView.java171 mCurrentDraggingBoundary = nearestBoundary(event, topPx, bottomPx, in onTouchEvent()
485 private CropBoundary nearestBoundary(MotionEvent event, int topPx, int bottomPx, int leftPx, in nearestBoundary() method in CropView