Searched refs:MOVE_BOTTOM (Results 1 – 3 of 3) sorted by relevance
38 public static final int MOVE_BOTTOM = 8; field in CropObject44 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()
103 if (((selection & CropObject.MOVE_BOTTOM) != 0) || notMoving) { in drawIndicators()
288 CropObject.MOVE_BOTTOM, in onDraw()