Searched refs:MOVE_TOP (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/crop/
H A DCropObject.java34 public static final int MOVE_TOP = 2; field in class:CropObject
40 public static final int TOP_LEFT = MOVE_TOP | MOVE_LEFT;
41 public static final int TOP_RIGHT = MOVE_TOP | MOVE_RIGHT;
135 return selected == MOVE_LEFT || selected == MOVE_TOP || selected == MOVE_RIGHT
205 if ((movingEdges & MOVE_TOP) != 0) {
245 if ((movingEdges & MOVE_TOP) != 0) {
284 edgeSelected |= MOVE_TOP;
314 moving_edges |= MOVE_TOP;
316 if (moving_edges == MOVE_TOP) {
H A DCropDrawingUtils.java100 if (((selection & CropObject.MOVE_TOP) != 0) || notMoving) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropObject.java36 public static final int MOVE_TOP = 2; field in class:CropObject
42 public static final int TOP_LEFT = MOVE_TOP | MOVE_LEFT;
43 public static final int TOP_RIGHT = MOVE_TOP | MOVE_RIGHT;
137 return selected == MOVE_LEFT || selected == MOVE_TOP || selected == MOVE_RIGHT
207 if ((movingEdges & MOVE_TOP) != 0) {
247 if ((movingEdges & MOVE_TOP) != 0) {
286 edgeSelected |= MOVE_TOP;
316 moving_edges |= MOVE_TOP;
318 if (moving_edges == MOVE_TOP) {
H A DCropDrawingUtils.java100 if (((selection & CropObject.MOVE_TOP) != 0) || notMoving) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageCrop.java287 int[] sides = {CropObject.MOVE_TOP,

Completed in 411 milliseconds