OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MOVE_LEFT
(Results
1 - 3
of
3
) sorted by null
/development/samples/Snake/src/com/example/android/snake/
Snake.java
41
public static int
MOVE_LEFT
= 0;
136
mSnakeView.moveSnake(
MOVE_LEFT
);
/packages/apps/Camera2/src/com/android/camera/crop/
CropObject.java
33
public static final int
MOVE_LEFT
= 1;
40
public static final int TOP_LEFT = MOVE_TOP |
MOVE_LEFT
;
43
public static final int BOTTOM_LEFT = MOVE_BOTTOM |
MOVE_LEFT
;
135
return selected ==
MOVE_LEFT
|| selected == MOVE_TOP || selected == MOVE_RIGHT
202
if ((movingEdges &
MOVE_LEFT
) != 0) {
242
if ((movingEdges &
MOVE_LEFT
) != 0) {
274
edgeSelected |=
MOVE_LEFT
;
313
if (moving_edges ==
MOVE_LEFT
) {
317
moving_edges |=
MOVE_LEFT
;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropObject.java
35
public static final int
MOVE_LEFT
= 1;
42
public static final int TOP_LEFT = MOVE_TOP |
MOVE_LEFT
;
45
public static final int BOTTOM_LEFT = MOVE_BOTTOM |
MOVE_LEFT
;
137
return selected ==
MOVE_LEFT
|| selected == MOVE_TOP || selected == MOVE_RIGHT
204
if ((movingEdges &
MOVE_LEFT
) != 0) {
244
if ((movingEdges &
MOVE_LEFT
) != 0) {
276
edgeSelected |=
MOVE_LEFT
;
315
if (moving_edges ==
MOVE_LEFT
) {
319
moving_edges |=
MOVE_LEFT
;
Completed in 135 milliseconds