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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropObject.java 36 public static final int MOVE_LEFT = 1;
43 public static final int TOP_LEFT = MOVE_TOP | MOVE_LEFT;
46 public static final int BOTTOM_LEFT = MOVE_BOTTOM | MOVE_LEFT;
138 return selected == MOVE_LEFT || selected == MOVE_TOP || selected == MOVE_RIGHT
205 if ((movingEdges & MOVE_LEFT) != 0) {
245 if ((movingEdges & MOVE_LEFT) != 0) {
277 edgeSelected |= MOVE_LEFT;
316 if (moving_edges == MOVE_LEFT) {
320 moving_edges |= MOVE_LEFT;
CropDrawingUtils.java 88 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 46 private static final int MOVE_LEFT = 1;
53 private static final int TOP_LEFT = MOVE_TOP | MOVE_LEFT;
56 private static final int BOTTOM_LEFT = MOVE_BOTTOM | MOVE_LEFT;
303 movingEdges |= MOVE_LEFT;
329 if (moving_edges == MOVE_LEFT) {
333 moving_edges |= MOVE_LEFT;
388 if ((movingEdges & MOVE_LEFT) != 0) {
431 if ((movingEdges & MOVE_LEFT) != 0) {
665 if (((movingEdges & MOVE_LEFT) != 0) || notMoving) {

Completed in 59 milliseconds