Home
last modified time | relevance | path

Searched refs:MOVE_BLOCK (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropObject.java39 public static final int MOVE_BLOCK = 16; field in CropObject
142 return selected == MOVE_BLOCK; in checkBlock()
156 if (edgeSelected != MOVE_NONE && edgeSelected != MOVE_BLOCK) { in wouldSelectEdge()
197 if (movingEdges == MOVE_BLOCK) { in moveCurrentSelection()
DCropView.java156 mMovingBlock = mCropObj.selectEdge(CropObject.MOVE_BLOCK); in onTouchEvent()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageCrop.java123 mMovingBlock = mCropObj.selectEdge(CropObject.MOVE_BLOCK); in onTouchEvent()