HomeSort by relevance Sort by last modified time
    Searched refs:MOVE_TOP (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropObject.java 37 public static final int MOVE_TOP = 2;
43 public static final int TOP_LEFT = MOVE_TOP | MOVE_LEFT;
44 public static final int TOP_RIGHT = MOVE_TOP | MOVE_RIGHT;
138 return selected == MOVE_LEFT || selected == MOVE_TOP || selected == MOVE_RIGHT
208 if ((movingEdges & MOVE_TOP) != 0) {
248 if ((movingEdges & MOVE_TOP) != 0) {
287 edgeSelected |= MOVE_TOP;
317 moving_edges |= MOVE_TOP;
319 if (moving_edges == MOVE_TOP) {
CropDrawingUtils.java 82 if (((selection & CropObject.MOVE_TOP) != 0) || notMoving) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 47 private static final int MOVE_TOP = 2;
53 private static final int TOP_LEFT = MOVE_TOP | MOVE_LEFT;
54 private static final int TOP_RIGHT = MOVE_TOP | MOVE_RIGHT;
313 movingEdges |= MOVE_TOP;
330 moving_edges |= MOVE_TOP;
332 if (moving_edges == MOVE_TOP) {
391 if ((movingEdges & MOVE_TOP) != 0) {
434 if ((movingEdges & MOVE_TOP) != 0) {
659 if (((movingEdges & MOVE_TOP) != 0) || notMoving) {

Completed in 87 milliseconds