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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropObject.java196 int movingEdges = mMovingEdges;
197 if (movingEdges == MOVE_BLOCK) {
204 if ((movingEdges & MOVE_LEFT) != 0) {
207 if ((movingEdges & MOVE_TOP) != 0) {
210 if ((movingEdges & MOVE_RIGHT) != 0) {
214 if ((movingEdges & MOVE_BOTTOM) != 0) {
226 if (movingEdges == TOP_LEFT || movingEdges == BOTTOM_RIGHT) {
240 RectF newCrop = fixedCornerResize(crop, movingEdges, dx, dy);
244 if ((movingEdges
[all...]
H A DCropView.java274 private int decode(int movingEdges, float rotation) { argument
278 return bitCycleLeft(movingEdges, 1, 4);
280 return bitCycleLeft(movingEdges, 2, 4);
282 return bitCycleLeft(movingEdges, 3, 4);
284 return movingEdges;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageCrop.java216 private int decode(int movingEdges, float rotation) { argument
220 return bitCycleLeft(movingEdges, 1, 4);
222 return bitCycleLeft(movingEdges, 2, 4);
224 return bitCycleLeft(movingEdges, 3, 4);
226 return movingEdges;

Completed in 64 milliseconds