Searched refs:topPx (Results 1 – 2 of 2) sorted by relevance
184 private void requestNextTile(int topPx) { in requestNextTile() argument186 Log.d(TAG, "requestNextTile: " + topPx); in requestNextTile()188 mTileFuture = mSession.requestTile(topPx); in requestNextTile()
162 int topPx = fractionToVerticalPixels(mCrop.top); in onTouchEvent() local166 mCurrentDraggingBoundary = nearestBoundary(event, topPx, bottomPx, in onTouchEvent()467 private CropBoundary nearestBoundary(MotionEvent event, int topPx, int bottomPx, int leftPx, in nearestBoundary() argument469 if (Math.abs(event.getY() - topPx) < mCropTouchMargin) { in nearestBoundary()475 if (event.getY() > topPx || event.getY() < bottomPx) { in nearestBoundary()