Home
last modified time | relevance | path

Searched refs: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() argument
222 Log.d(TAG, "requestNextTile: " + topPx); in requestNextTile()
228 mTileFuture = mSession.requestTile(topPx); in requestNextTile()
H A DCropView.java166 int topPx = fractionToVerticalPixels(mCrop.top); in onTouchEvent() local
170 mCurrentDraggingBoundary = nearestBoundary(event, topPx, bottomPx, in onTouchEvent()
478 private CropBoundary nearestBoundary(MotionEvent event, int topPx, int bottomPx, int leftPx, in nearestBoundary() argument
480 if (Math.abs(event.getY() - topPx) < mCropTouchMargin) { in nearestBoundary()
486 if (event.getY() > topPx || event.getY() < bottomPx) { in nearestBoundary()