Searched refs:DRAG_MASK (Results 1 – 2 of 2) sorted by relevance
1030 child.mPrivateFlags2 &= ~View.DRAG_MASK; in dispatchDragEvent()1051 child.mPrivateFlags2 &= ~View.DRAG_MASK; in dispatchDragEvent()
1759 static final int DRAG_MASK = DRAG_CAN_ACCEPT | DRAG_HOVERED; field in View