Searched defs:moving_corner (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropObject.java296 private static RectF fixedCornerResize(RectF r, int moving_corner, float dx, float dy) { argument
299 if (moving_corner == BOTTOM_RIGHT) {
302 } else if (moving_corner == BOTTOM_LEFT) {
305 } else if (moving_corner == TOP_LEFT) {
308 } else if (moving_corner == TOP_RIGHT) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageCrop.java344 private RectF fixedCornerResize(RectF r, int moving_corner, float dx, float dy) { argument
347 if (moving_corner == BOTTOM_RIGHT) {
350 } else if (moving_corner == BOTTOM_LEFT) {
353 } else if (moving_corner == TOP_LEFT) {
356 } else if (moving_corner == TOP_RIGHT) {

Completed in 12 milliseconds