OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MOVE_TOP
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Camera2/src/com/android/camera/crop/
CropObject.java
34
public static final int
MOVE_TOP
= 2;
40
public static final int TOP_LEFT =
MOVE_TOP
| MOVE_LEFT;
41
public static final int TOP_RIGHT =
MOVE_TOP
| MOVE_RIGHT;
135
return selected == MOVE_LEFT || selected ==
MOVE_TOP
|| selected == MOVE_RIGHT
205
if ((movingEdges &
MOVE_TOP
) != 0) {
245
if ((movingEdges &
MOVE_TOP
) != 0) {
284
edgeSelected |=
MOVE_TOP
;
314
moving_edges |=
MOVE_TOP
;
316
if (moving_edges ==
MOVE_TOP
) {
CropDrawingUtils.java
100
if (((selection & CropObject.
MOVE_TOP
) != 0) || notMoving) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropObject.java
36
public static final int
MOVE_TOP
= 2;
42
public static final int TOP_LEFT =
MOVE_TOP
| MOVE_LEFT;
43
public static final int TOP_RIGHT =
MOVE_TOP
| MOVE_RIGHT;
137
return selected == MOVE_LEFT || selected ==
MOVE_TOP
|| selected == MOVE_RIGHT
207
if ((movingEdges &
MOVE_TOP
) != 0) {
247
if ((movingEdges &
MOVE_TOP
) != 0) {
286
edgeSelected |=
MOVE_TOP
;
316
moving_edges |=
MOVE_TOP
;
318
if (moving_edges ==
MOVE_TOP
) {
CropDrawingUtils.java
100
if (((selection & CropObject.
MOVE_TOP
) != 0) || notMoving) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java
287
int[] sides = {CropObject.
MOVE_TOP
,
Completed in 265 milliseconds