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

  /packages/apps/Camera2/src/com/android/camera/crop/
CropObject.java 36 public static final int MOVE_BOTTOM = 8;
42 public static final int BOTTOM_RIGHT = MOVE_BOTTOM | MOVE_RIGHT;
43 public static final int BOTTOM_LEFT = MOVE_BOTTOM | MOVE_LEFT;
136 || selected == MOVE_BOTTOM;
212 if ((movingEdges & MOVE_BOTTOM) != 0) {
251 if ((movingEdges & MOVE_BOTTOM) != 0) {
288 edgeSelected |= MOVE_BOTTOM;
320 moving_edges |= MOVE_BOTTOM;
322 if (moving_edges == MOVE_BOTTOM) {
  /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) {

Completed in 39 milliseconds