OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MOVE_BOTTOM
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
CropView.java
46
private static final int
MOVE_BOTTOM
= 8;
133
movingEdges |=
MOVE_BOTTOM
;
165
if ((movingEdges &
MOVE_BOTTOM
) != 0) {
237
if (((movingEdges &
MOVE_BOTTOM
) != 0) || notMoving) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
CropView.java
70
private static final int
MOVE_BOTTOM
= 8;
483
if ((mMovingEdges &
MOVE_BOTTOM
) != 0) {
490
if ((mMovingEdges &
MOVE_BOTTOM
) != 0) {
512
if ((mMovingEdges &
MOVE_BOTTOM
) != 0) {
550
(r.top + r.bottom) / 2) ?
MOVE_BOTTOM
: MOVE_TOP;
561
if (bottom) mMovingEdges |=
MOVE_BOTTOM
;
616
if ((mMovingEdges &
MOVE_BOTTOM
) != 0 || notMoving) {
Completed in 1228 milliseconds