OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MOVE_TOP
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
CropView.java
44
private static final int
MOVE_TOP
= 2;
130
movingEdges |=
MOVE_TOP
;
159
if ((movingEdges &
MOVE_TOP
) != 0) {
234
if (((movingEdges &
MOVE_TOP
) != 0) || notMoving) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
CropView.java
68
private static final int
MOVE_TOP
= 2;
480
if ((mMovingEdges &
MOVE_TOP
) != 0) {
550
(r.top + r.bottom) / 2) ? MOVE_BOTTOM :
MOVE_TOP
;
560
if (top) mMovingEdges |=
MOVE_TOP
;
611
if ((mMovingEdges &
MOVE_TOP
) != 0 || notMoving) {
Completed in 3070 milliseconds