Searched refs:DRAG_RESIZE_MODE_FREEFORM (Results 1 – 3 of 3) sorted by relevance
30 static final int DRAG_RESIZE_MODE_FREEFORM = 0; field in DragResizeMode40 case DRAG_RESIZE_MODE_FREEFORM: in isModeAllowedForStack()
23 import static com.android.server.wm.DragResizeMode.DRAG_RESIZE_MODE_FREEFORM;438 mTask.setDragResizing(false, DRAG_RESIZE_MODE_FREEFORM); in endDragLocked()449 mTask.setDragResizing(true, DRAG_RESIZE_MODE_FREEFORM); in notifyMoveLocked()
87 import static com.android.server.wm.DragResizeMode.DRAG_RESIZE_MODE_FREEFORM;3525 : DRAG_RESIZE_MODE_FREEFORM; in setDragResizing()4724 && getResizeMode() == DRAG_RESIZE_MODE_FREEFORM; in relayoutVisibleWindow()