Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropObject.java36 public static final int MOVE_TOP = 2; field in CropObject
42 public static final int TOP_LEFT = MOVE_TOP | MOVE_LEFT;
43 public static final int TOP_RIGHT = MOVE_TOP | MOVE_RIGHT;
137 return selected == MOVE_LEFT || selected == MOVE_TOP || selected == MOVE_RIGHT in checkEdge()
207 if ((movingEdges & MOVE_TOP) != 0) { in moveCurrentSelection()
247 if ((movingEdges & MOVE_TOP) != 0) { in moveCurrentSelection()
286 edgeSelected |= MOVE_TOP; in calculateSelectedEdge()
316 moving_edges |= MOVE_TOP; in fixEdgeToCorner()
318 if (moving_edges == MOVE_TOP) { in fixEdgeToCorner()
DCropDrawingUtils.java100 if (((selection & CropObject.MOVE_TOP) != 0) || notMoving) { in drawIndicators()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageCrop.java287 int[] sides = {CropObject.MOVE_TOP, in onDraw()