Searched refs:MOVE_TOP (Results 1 – 3 of 3) sorted by relevance
36 public static final int MOVE_TOP = 2; field in CropObject42 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()
100 if (((selection & CropObject.MOVE_TOP) != 0) || notMoving) { in drawIndicators()
287 int[] sides = {CropObject.MOVE_TOP, in onDraw()