Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropDrawingUtils.java115 public static void drawWallpaperSelectionFrame(Canvas canvas, RectF cropBounds, float spotX, in drawWallpaperSelectionFrame() argument
117 float sx = cropBounds.width() * spotX; in drawWallpaperSelectionFrame()
DCropActivity.java218 float spotX = mCropExtras.getSpotlightX(); in doneLoadBitmap() local
220 if (spotX > 0 && spotY > 0) { in doneLoadBitmap()
221 mCropView.setWallpaperSpotlight(spotX, spotY); in doneLoadBitmap()