OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spoty
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropDrawingUtils.java
116
float
spotY
, Paint p, Paint shadowPaint) {
118
float sy = cropBounds.height() *
spotY
;
CropActivity.java
219
float
spotY
= mCropExtras.getSpotlightY();
220
if (spotX > 0 &&
spotY
> 0) {
221
mCropView.setWallpaperSpotlight(spotX,
spotY
);
Completed in 1061 milliseconds