Searched refs:REORDER_DIRECTION_VERTICAL (Results 1 – 3 of 3) sorted by relevance
36 public static final int REORDER_DIRECTION_VERTICAL = 0x2; field in ReorderUtils
64 return ReorderUtils.REORDER_DIRECTION_VERTICAL | ReorderUtils.REORDER_DIRECTION_HORIZONTAL; in getReorderingDirection()
789 if ((direction & ReorderUtils.REORDER_DIRECTION_VERTICAL) == in updateDraggedBitmapLocation()790 ReorderUtils.REORDER_DIRECTION_VERTICAL) { in updateDraggedBitmapLocation()