Searched refs:MOVE_TOP (Results 1 – 2 of 2) sorted by relevance
44 private static final int MOVE_TOP = 2; field in CropView130 movingEdges |= MOVE_TOP; in detectMovingEdges()159 if ((movingEdges & MOVE_TOP) != 0) { in moveEdges()234 if (((movingEdges & MOVE_TOP) != 0) || notMoving) { in onDraw()
68 private static final int MOVE_TOP = 2; field in CropView480 if ((mMovingEdges & MOVE_TOP) != 0) { in moveEdges()550 (r.top + r.bottom) / 2) ? MOVE_BOTTOM : MOVE_TOP; in setMovingEdges()560 if (top) mMovingEdges |= MOVE_TOP; in setMovingEdges()611 if ((mMovingEdges & MOVE_TOP) != 0 || notMoving) { in renderBackground()