OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixAspectRatioContained
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Camera2/src/com/android/camera/crop/
CropMath.java
188
public static void
fixAspectRatioContained
(RectF r, float w, float h) {
CropObject.java
94
CropMath.
fixAspectRatioContained
(inner, width, height);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropMath.java
190
public static void
fixAspectRatioContained
(RectF r, float w, float h) {
CropObject.java
96
CropMath.
fixAspectRatioContained
(inner, width, height);
Completed in 365 milliseconds