OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:centY
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera2/src/com/android/camera/crop/
CropMath.java
174
float
centY
= r.centerY();
177
r.set(centX - hw,
centY
- hh, centX + hw,
centY
+ hh);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropMath.java
176
float
centY
= r.centerY();
179
r.set(centX - hw,
centY
- hh, centX + hw,
centY
+ hh);
Completed in 873 milliseconds