Home | History | Annotate | Download | only in wm

Lines Matching defs:mContainer

72             final TaskStack stack = stackController.mContainer;
97 if (mContainer == null) {
101 mContainer.removeIfPossible();
112 final AppWindowToken aToken = childController.mContainer;
119 final Task task = mContainer;
131 if (mContainer == null) {
136 final TaskStack stack = stackController.mContainer;
141 mContainer.reparent(stack, position, moveParents);
142 mContainer.getDisplayContent().layoutAndAssignWindowLayersIfNeeded();
148 if (mContainer != null) {
149 mContainer.setResizeable(resizeMode);
156 if (mContainer == null) {
160 if (mContainer.setBounds(mContainer.getOverrideBounds(), forced) != BOUNDS_CHANGE_NONE
162 mContainer.getDisplayContent().layoutAndAssignWindowLayersIfNeeded();
169 if (mContainer != null) {
170 mContainer.getBounds(bounds);
184 if (mContainer == null) {
188 mContainer.setDragResizing(resizing, DRAG_RESIZE_MODE_DOCKED_DIVIDER);
194 if (mContainer == null) {
198 mContainer.cancelTaskWindowTransition();
204 if (mContainer == null) {
208 mContainer.setTaskDescription(taskDescription);