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

  /development/samples/Snake/src/com/example/android/snake/
Snake.java 44 public static int MOVE_RIGHT = 3;
130 mSnakeView.moveSnake(MOVE_RIGHT);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 37 private static final int MOVE_RIGHT = 4;
43 private static final int TOP_RIGHT = MOVE_TOP | MOVE_RIGHT;
44 private static final int BOTTOM_RIGHT = MOVE_BOTTOM | MOVE_RIGHT;
110 if ((moving_corner & MOVE_RIGHT) != 0) {
135 if ((moving_corner & MOVE_RIGHT) != 0) {
368 movingEdges |= MOVE_RIGHT;
397 if (moving_edges == MOVE_RIGHT) {
401 moving_edges |= MOVE_RIGHT;
449 if (select == MOVE_RIGHT) {
453 select |= MOVE_RIGHT;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
CropView.java 70 private static final int MOVE_RIGHT = 4;
475 if ((mMovingEdges & MOVE_RIGHT) != 0) {
548 if (right) mMovingEdges |= MOVE_RIGHT;
565 (r.left + r.right) / 2) ? MOVE_RIGHT : MOVE_LEFT;
602 if ((mMovingEdges & MOVE_RIGHT) != 0 || notMoving) {

Completed in 89 milliseconds