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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropObject.java 38 public static final int MOVE_BOTTOM = 8;
44 public static final int BOTTOM_RIGHT = MOVE_BOTTOM | MOVE_RIGHT;
45 public static final int BOTTOM_LEFT = MOVE_BOTTOM | MOVE_LEFT;
138 || selected == MOVE_BOTTOM;
214 if ((movingEdges & MOVE_BOTTOM) != 0) {
253 if ((movingEdges & MOVE_BOTTOM) != 0) {
290 edgeSelected |= MOVE_BOTTOM;
322 moving_edges |= MOVE_BOTTOM;
324 if (moving_edges == MOVE_BOTTOM) {
CropDrawingUtils.java 103 if (((selection & CropObject.MOVE_BOTTOM) != 0) || notMoving) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 288 CropObject.MOVE_BOTTOM,

Completed in 1427 milliseconds