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

  /packages/apps/Camera2/src/com/android/camera/crop/
CropObject.java 33 public static final int MOVE_LEFT = 1;
40 public static final int TOP_LEFT = MOVE_TOP | MOVE_LEFT;
43 public static final int BOTTOM_LEFT = MOVE_BOTTOM | MOVE_LEFT;
135 return selected == MOVE_LEFT || selected == MOVE_TOP || selected == MOVE_RIGHT
202 if ((movingEdges & MOVE_LEFT) != 0) {
242 if ((movingEdges & MOVE_LEFT) != 0) {
274 edgeSelected |= MOVE_LEFT;
313 if (moving_edges == MOVE_LEFT) {
317 moving_edges |= MOVE_LEFT;
CropDrawingUtils.java 106 if (((selection & CropObject.MOVE_LEFT) != 0) || notMoving) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropObject.java 35 public static final int MOVE_LEFT = 1;
42 public static final int TOP_LEFT = MOVE_TOP | MOVE_LEFT;
45 public static final int BOTTOM_LEFT = MOVE_BOTTOM | MOVE_LEFT;
137 return selected == MOVE_LEFT || selected == MOVE_TOP || selected == MOVE_RIGHT
204 if ((movingEdges & MOVE_LEFT) != 0) {
244 if ((movingEdges & MOVE_LEFT) != 0) {
276 edgeSelected |= MOVE_LEFT;
315 if (moving_edges == MOVE_LEFT) {
319 moving_edges |= MOVE_LEFT;
CropDrawingUtils.java 106 if (((selection & CropObject.MOVE_LEFT) != 0) || notMoving) {
  /development/samples/Snake/src/com/example/android/snake/
Snake.java 41 public static int MOVE_LEFT = 0;
136 mSnakeView.moveSnake(MOVE_LEFT);
SnakeView.java 295 if (direction == Snake.MOVE_LEFT) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 288 CropObject.MOVE_LEFT,

Completed in 94 milliseconds