OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spotlightY
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/app/
Wallpaper.java
102
float
spotlightY
= (float) size.y / height;
111
.putExtra(CropExtras.KEY_SPOTLIGHT_Y,
spotlightY
)
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java
586
float
spotlightY
= 0;
589
spotlightY
= mCropExtras.getSpotlightY();
591
if (mDoingCropIntentAction && spotlightX > 0 &&
spotlightY
> 0) {
593
float sy = crop.height() *
spotlightY
;
Completed in 40 milliseconds