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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropObject.java 39 public static final int MOVE_BLOCK = 16;
142 return selected == MOVE_BLOCK;
156 if (edgeSelected != MOVE_NONE && edgeSelected != MOVE_BLOCK) {
197 if (movingEdges == MOVE_BLOCK) {
CropView.java 156 mMovingBlock = mCropObj.selectEdge(CropObject.MOVE_BLOCK);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 123 mMovingBlock = mCropObj.selectEdge(CropObject.MOVE_BLOCK);

Completed in 839 milliseconds