Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropObject.java38 public static final int MOVE_BOTTOM = 8; field in CropObject
44 public static final int BOTTOM_RIGHT = MOVE_BOTTOM | MOVE_RIGHT;
45 public static final int BOTTOM_LEFT = MOVE_BOTTOM | MOVE_LEFT;
138 || selected == MOVE_BOTTOM; in checkEdge()
214 if ((movingEdges & MOVE_BOTTOM) != 0) { in moveCurrentSelection()
253 if ((movingEdges & MOVE_BOTTOM) != 0) { in moveCurrentSelection()
290 edgeSelected |= MOVE_BOTTOM; in calculateSelectedEdge()
322 moving_edges |= MOVE_BOTTOM; in fixEdgeToCorner()
324 if (moving_edges == MOVE_BOTTOM) { in fixEdgeToCorner()
DCropDrawingUtils.java103 if (((selection & CropObject.MOVE_BOTTOM) != 0) || notMoving) { in drawIndicators()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageCrop.java288 CropObject.MOVE_BOTTOM, in onDraw()