OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REORDER_DIRECTION_VERTICAL
(Results
1 - 3
of
3
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
ReorderUtils.java
32
* {@link #
REORDER_DIRECTION_VERTICAL
}. These two flags can be OR'ed together to allow for
36
public static final int
REORDER_DIRECTION_VERTICAL
= 0x2;
GridAdapter.java
60
* combination of {@link ReorderUtils#
REORDER_DIRECTION_VERTICAL
} and/or
64
return ReorderUtils.
REORDER_DIRECTION_VERTICAL
| ReorderUtils.REORDER_DIRECTION_HORIZONTAL;
StaggeredGridView.java
760
* is {@link ReorderUtils#
REORDER_DIRECTION_VERTICAL
}, then ignore the x coordinate, as
789
if ((direction & ReorderUtils.
REORDER_DIRECTION_VERTICAL
) ==
790
ReorderUtils.
REORDER_DIRECTION_VERTICAL
) {
[
all
...]
Completed in 21 milliseconds