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

  /packages/apps/Camera2/src/com/android/camera/crop/
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/
CropActivity.java 218 float spotX = mCropExtras.getSpotlightX();
220 if (spotX > 0 && spotY > 0) {
221 mCropView.setWallpaperSpotlight(spotX, spotY);

Completed in 447 milliseconds