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

  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
CropView.java 45 private static final int MOVE_RIGHT = 4;
123 movingEdges |= MOVE_RIGHT;
162 if ((movingEdges & MOVE_RIGHT) != 0) {
243 if (((movingEdges & MOVE_RIGHT) != 0) || notMoving) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
CropView.java 67 private static final int MOVE_RIGHT = 4;
472 if ((mMovingEdges & MOVE_RIGHT) != 0) {
545 if (right) mMovingEdges |= MOVE_RIGHT;
562 (r.left + r.right) / 2) ? MOVE_RIGHT : MOVE_LEFT;
599 if ((mMovingEdges & MOVE_RIGHT) != 0 || notMoving) {

Completed in 236 milliseconds