Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
DCropView.java46 private static final int MOVE_BOTTOM = 8; field in CropView
133 movingEdges |= MOVE_BOTTOM; in detectMovingEdges()
165 if ((movingEdges & MOVE_BOTTOM) != 0) { in moveEdges()
237 if (((movingEdges & MOVE_BOTTOM) != 0) || notMoving) { in onDraw()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DCropView.java70 private static final int MOVE_BOTTOM = 8; field in CropView
483 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()