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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropExtras.java 34 public static final String KEY_SPOTLIGHT_Y = "spotlightY";
53 boolean showWhenLocked, float spotlightX, float spotlightY) {
65 mSpotlightY = spotlightY;
CropView.java 244 public void setWallpaperSpotlight(float spotlightX, float spotlightY) {
246 mSpotY = spotlightY;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Wallpaper.java 121 float spotlightY = (float) size.y / height;
131 .putExtra(CropExtras.KEY_SPOTLIGHT_Y, spotlightY)

Completed in 48 milliseconds