Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
DCropView.java47 private static final int MOVE_BLOCK = 16; field in CropView
138 movingEdges = MOVE_BLOCK; in detectMovingEdges()
145 if (movingEdges == MOVE_BLOCK) { in moveEdges()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DCropView.java71 private static final int MOVE_BLOCK = 16; field in CropView
459 if ((mMovingEdges & MOVE_BLOCK) != 0) { in moveEdges()
530 mMovingEdges = MOVE_BLOCK; in setMovingEdges()