HomeSort by relevance Sort by last modified time
    Searched refs:spotX (Results 1 - 4 of 4) sorted by null

  /packages/apps/Camera2/src/com/android/camera/crop/
CropDrawingUtils.java 115 public static void drawWallpaperSelectionFrame(Canvas canvas, RectF cropBounds, float spotX,
117 float sx = cropBounds.width() * spotX;
CropActivity.java 215 float spotX = mCropExtras.getSpotlightX();
217 if (spotX > 0 && spotY > 0) {
218 mCropView.setWallpaperSpotlight(spotX, spotY);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropDrawingUtils.java 115 public static void drawWallpaperSelectionFrame(Canvas canvas, RectF cropBounds, float spotX,
117 float sx = cropBounds.width() * spotX;
CropActivity.java 218 float spotX = mCropExtras.getSpotlightX();
220 if (spotX > 0 && spotY > 0) {
221 mCropView.setWallpaperSpotlight(spotX, spotY);

Completed in 42 milliseconds