Searched refs:MOVE_LEFT (Results 1 – 3 of 3) sorted by relevance
35 public static final int MOVE_LEFT = 1; field in CropObject42 public static final int TOP_LEFT = MOVE_TOP | MOVE_LEFT;45 public static final int BOTTOM_LEFT = MOVE_BOTTOM | MOVE_LEFT;137 return selected == MOVE_LEFT || selected == MOVE_TOP || selected == MOVE_RIGHT in checkEdge()204 if ((movingEdges & MOVE_LEFT) != 0) { in moveCurrentSelection()244 if ((movingEdges & MOVE_LEFT) != 0) { in moveCurrentSelection()276 edgeSelected |= MOVE_LEFT; in calculateSelectedEdge()315 if (moving_edges == MOVE_LEFT) { in fixEdgeToCorner()319 moving_edges |= MOVE_LEFT; in fixEdgeToCorner()
106 if (((selection & CropObject.MOVE_LEFT) != 0) || notMoving) { in drawIndicators()
289 CropObject.MOVE_LEFT, in onDraw()