Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropDrawingUtils.java116 float spotY, Paint p, Paint shadowPaint) { in drawWallpaperSelectionFrame() argument
118 float sy = cropBounds.height() * spotY; in drawWallpaperSelectionFrame()
DCropActivity.java219 float spotY = mCropExtras.getSpotlightY(); in doneLoadBitmap() local
220 if (spotX > 0 && spotY > 0) { in doneLoadBitmap()
221 mCropView.setWallpaperSpotlight(spotX, spotY); in doneLoadBitmap()