Searched refs:movingEdges (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
H A DCropView.java60 private int movingEdges; field in class:CropView
114 movingEdges = 0;
120 movingEdges |= MOVE_LEFT;
123 movingEdges |= MOVE_RIGHT;
130 movingEdges |= MOVE_TOP;
133 movingEdges |= MOVE_BOTTOM;
137 if (cropped.contains(x, y) && (movingEdges == 0)) {
138 movingEdges = MOVE_BLOCK;
145 if (movingEdges == MOVE_BLOCK) {
156 if ((movingEdges
[all...]

Completed in 185 milliseconds