OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INVALID_DIRECTION
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeView.java
29
public static final int
INVALID_DIRECTION
= -1;
/packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java
162
private static final int
INVALID_DIRECTION
= -100;
198
mPreviousReorderDirection[0] =
INVALID_DIRECTION
;
199
mPreviousReorderDirection[1] =
INVALID_DIRECTION
;
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java
164
private static final int
INVALID_DIRECTION
= -100;
202
mPreviousReorderDirection[0] =
INVALID_DIRECTION
;
203
mPreviousReorderDirection[1] =
INVALID_DIRECTION
;
[
all
...]
Completed in 373 milliseconds