Home
last modified time | relevance | path

Searched defs:topPx (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScrollCaptureController.java220 private void requestNextTile(int topPx) { in requestNextTile()
H A DCropView.java166 int topPx = fractionToVerticalPixels(mCrop.top); in onTouchEvent() local
478 private CropBoundary nearestBoundary(MotionEvent event, int topPx, int bottomPx, int leftPx, in nearestBoundary()