Home
last modified time | relevance | path

Searched refs:DRAG_RESIZE_MODE_DOCKED_DIVIDER (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDragResizeMode.java40 static final int DRAG_RESIZE_MODE_DOCKED_DIVIDER = 1; field in DragResizeMode
46 case DRAG_RESIZE_MODE_DOCKED_DIVIDER: in isModeAllowedForStack()
DTaskWindowContainerController.java33 import static com.android.server.wm.DragResizeMode.DRAG_RESIZE_MODE_DOCKED_DIVIDER;
185 mContainer.setDragResizing(resizing, DRAG_RESIZE_MODE_DOCKED_DIVIDER); in setTaskDockedResizing()
DTaskStack.java34 import static com.android.server.wm.DragResizeMode.DRAG_RESIZE_MODE_DOCKED_DIVIDER;
1049 task.setDragResizing(true, DRAG_RESIZE_MODE_DOCKED_DIVIDER); in beginImeAdjustAnimation()
1060 mChildren.get(j).setDragResizing(false, DRAG_RESIZE_MODE_DOCKED_DIVIDER); in endImeAdjustAnimation()
DWindowState.java71 import static com.android.server.wm.DragResizeMode.DRAG_RESIZE_MODE_DOCKED_DIVIDER;
3264 ? DRAG_RESIZE_MODE_DOCKED_DIVIDER in setDragResizing()
3274 return (mDragResizing && getResizeMode() == DRAG_RESIZE_MODE_DOCKED_DIVIDER) in isDockedResizing()
4408 && getResizeMode() == DRAG_RESIZE_MODE_DOCKED_DIVIDER; in relayoutVisibleWindow()