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

  /packages/apps/Camera2/src/com/android/camera/crop/
CropObject.java 31 public static final int MOVE_NONE = 0;
45 private int mMovingEdges = MOVE_NONE;
126 return mMovingEdges != MOVE_NONE;
144 return selected == MOVE_NONE || checkBlock(selected) || checkEdge(selected)
149 mMovingEdges = MOVE_NONE;
154 if (edgeSelected != MOVE_NONE && edgeSelected != MOVE_BLOCK) {
157 return MOVE_NONE;
166 if ((mFixAspectRatio && !checkCorner(edge)) && !checkBlock(edge) && edge != MOVE_NONE) {
180 if (edgeSelected == MOVE_NONE) {
187 if (mMovingEdges == MOVE_NONE) {
    [all...]
CropDrawingUtils.java 85 boolean notMoving = (selection == CropObject.MOVE_NONE);
CropView.java 164 mCropObj.selectEdge(CropObject.MOVE_NONE);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropObject.java 33 public static final int MOVE_NONE = 0;
47 private int mMovingEdges = MOVE_NONE;
128 return mMovingEdges != MOVE_NONE;
146 return selected == MOVE_NONE || checkBlock(selected) || checkEdge(selected)
151 mMovingEdges = MOVE_NONE;
156 if (edgeSelected != MOVE_NONE && edgeSelected != MOVE_BLOCK) {
159 return MOVE_NONE;
168 if ((mFixAspectRatio && !checkCorner(edge)) && !checkBlock(edge) && edge != MOVE_NONE) {
182 if (edgeSelected == MOVE_NONE) {
189 if (mMovingEdges == MOVE_NONE) {
    [all...]
CropDrawingUtils.java 85 boolean notMoving = (selection == CropObject.MOVE_NONE);
CropView.java 165 mCropObj.selectEdge(CropObject.MOVE_NONE);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 132 mCropObj.selectEdge(CropObject.MOVE_NONE);
301 mCropObj.selectEdge(CropObject.MOVE_NONE);

Completed in 2926 milliseconds