Searched defs:resizing (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DWindowManagerProxy.java192 public void setResizing(final boolean resizing) { argument
197 WindowManagerGlobal.getWindowManagerService().setDockedStackResizing(resizing);
/frameworks/base/services/core/java/com/android/server/wm/
H A DDockedStackDividerController.java251 void setResizing(boolean resizing) { argument
252 if (mResizing != resizing) {
253 mResizing = resizing;
607 // We put all tasks into drag resizing mode - wait until all of them have completed the
608 // drag resizing switch.
H A DTaskStack.java130 // certain logic we would otherwise apply while resizing,
131 // while resizing in the bounds animating mode.
187 // stack). It might have been scrolled previously, and after the stack resizing,
940 * Puts all visible tasks that are adjusted for IME into resizing mode and adds the windows
954 * Resets the resizing state of all windows.
1273 void setDragResizingLocked(boolean resizing) { argument
1274 if (mDragResizing == resizing) {
1277 mDragResizing = resizing;
H A DWindowManagerService.java3082 // resizing (as we only have one full-screen surface). So there is no need
5226 * Puts a specific task into docked drag resizing mode. See {@link DragResizeMode}.
5229 * @param resizing Whether to put the task into drag resize mode.
5231 public void setTaskDockedResizing(int taskId, boolean resizing) { argument
5238 task.setDragResizing(resizing, DRAG_RESIZE_MODE_DOCKED_DIVIDER);
7580 // resizing/scrolling are not sent to the app. 'win' is the main window
9348 // a drag resizing action, then we need to hold off on unfreezing
10911 public void setDockedStackResizing(boolean resizing) { argument
10913 getDefaultDisplayContentLocked().getDockedDividerController().setResizing(resizing);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java546 public void setDockedStackResizing(boolean resizing) throws RemoteException { argument

Completed in 738 milliseconds