Home
last modified time | relevance | path

Searched refs:MOVE_TOP (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
DCropView.java44 private static final int MOVE_TOP = 2; field in CropView
130 movingEdges |= MOVE_TOP; in detectMovingEdges()
159 if ((movingEdges & MOVE_TOP) != 0) { in moveEdges()
234 if (((movingEdges & MOVE_TOP) != 0) || notMoving) { in onDraw()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DCropView.java68 private static final int MOVE_TOP = 2; field in CropView
480 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()