Searched refs:DRAG_STATE_DRAGGING (Results 1 – 2 of 2) sorted by relevance
644 updateReorderStates(ReorderUtils.DRAG_STATE_DRAGGING); in startDragging()703 case ReorderUtils.DRAG_STATE_DRAGGING: in updateReorderStates()808 if (mDragState != ReorderUtils.DRAG_STATE_DRAGGING) { in handleDrag()1051 if (mDragState == ReorderUtils.DRAG_STATE_DRAGGING) { in dispatchDragEvent()1083 if (mDragState == ReorderUtils.DRAG_STATE_DRAGGING) { in onDragEvent()
25 public static final int DRAG_STATE_DRAGGING = 1; field in ReorderUtils