OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REORDER_DIRECTION_HORIZONTAL
(Results
1 - 3
of
3
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
ReorderUtils.java
30
* Reordering directions allowed. {@link #
REORDER_DIRECTION_HORIZONTAL
} direction means that
35
public static final int
REORDER_DIRECTION_HORIZONTAL
= 0x1;
GridAdapter.java
61
* {@link ReorderUtils#
REORDER_DIRECTION_HORIZONTAL
}
64
return ReorderUtils.REORDER_DIRECTION_VERTICAL | ReorderUtils.
REORDER_DIRECTION_HORIZONTAL
;
StaggeredGridView.java
762
* {@link ReorderUtils#
REORDER_DIRECTION_HORIZONTAL
}. Even though this class does not manage
771
if ((direction & ReorderUtils.
REORDER_DIRECTION_HORIZONTAL
) ==
772
ReorderUtils.
REORDER_DIRECTION_HORIZONTAL
) {
[
all
...]
Completed in 2125 milliseconds