Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DScrollCaptureController.java222 private void requestNextTile(int topPx) { in requestNextTile() argument
224 Log.d(TAG, "requestNextTile: " + topPx); in requestNextTile()
230 mTileFuture = mSession.requestTile(topPx); in requestNextTile()
DCropView.java167 int topPx = fractionToVerticalPixels(mCrop.top); in onTouchEvent() local
171 mCurrentDraggingBoundary = nearestBoundary(event, topPx, bottomPx, in onTouchEvent()
485 private CropBoundary nearestBoundary(MotionEvent event, int topPx, int bottomPx, int leftPx, in nearestBoundary() argument
487 if (Math.abs(event.getY() - topPx) < mCropTouchMargin) { in nearestBoundary()
493 if (event.getY() > topPx || event.getY() < bottomPx) { in nearestBoundary()