Searched refs:MOVE_BOTTOM (Results 1 – 2 of 2) sorted by relevance
46 private static final int MOVE_BOTTOM = 8; field in CropView133 movingEdges |= MOVE_BOTTOM; in detectMovingEdges()165 if ((movingEdges & MOVE_BOTTOM) != 0) { in moveEdges()237 if (((movingEdges & MOVE_BOTTOM) != 0) || notMoving) { in onDraw()
70 private static final int MOVE_BOTTOM = 8; field in CropView483 if ((mMovingEdges & MOVE_BOTTOM) != 0) { in moveEdges()490 if ((mMovingEdges & MOVE_BOTTOM) != 0) { in moveEdges()512 if ((mMovingEdges & MOVE_BOTTOM) != 0) { in moveEdges()550 (r.top + r.bottom) / 2) ? MOVE_BOTTOM : MOVE_TOP; in setMovingEdges()561 if (bottom) mMovingEdges |= MOVE_BOTTOM; in setMovingEdges()616 if ((mMovingEdges & MOVE_BOTTOM) != 0 || notMoving) { in renderBackground()