Searched defs:initialBounds (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DRecentsComponent.java31 boolean dockTopTask(int dragMode, int stackCreateMode, Rect initialBounds, argument
/frameworks/base/core/java/android/view/
H A DWindowCallbacks.java53 * @param initialBounds The initial bounds where the window will be.
58 void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, argument
H A DViewRootImpl.java7653 private void startDragResizing(Rect initialBounds, boolean fullscreen, Rect systemInsets, argument
7658 mWindowCallbacks.get(i).onWindowDragResizeStart(initialBounds, fullscreen,
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImplProxy.java94 Rect initialBounds) throws RemoteException {
99 args.arg1 = initialBounds;
93 dockTopTask(int topTaskId, int dragMode, int stackCreateMode, Rect initialBounds) argument
H A DRecents.java422 public boolean dockTopTask(int dragMode, int stackCreateMode, Rect initialBounds, argument
431 if (initialBounds == null) {
434 initialBounds = new Rect(0, 0, realSize.x, realSize.y);
451 mImpl.dockTopTask(runningTask.id, dragMode, stackCreateMode, initialBounds);
459 initialBounds);
H A DRecentsImpl.java659 int stackCreateMode, Rect initialBounds) {
664 if (ssp.moveTaskToDockedStack(topTaskId, stackCreateMode, initialBounds)) {
665 EventBus.getDefault().send(new DockedTopTaskEvent(dragMode, initialBounds));
658 dockTopTask(int topTaskId, int dragMode, int stackCreateMode, Rect initialBounds) argument
/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java79 public BackdropFrameRenderer(DecorView decorView, ThreadedRenderer renderer, Rect initialBounds, argument
96 mTargetRect.set(initialBounds);
H A DDecorView.java2146 public void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, argument
2160 initialBounds, mResizingBackgroundDrawable, mCaptionBackgroundDrawable,
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java594 public boolean moveTaskToDockedStack(int taskId, int createMode, Rect initialBounds) { argument
601 false /* animate */, initialBounds);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java10630 null /* initialBounds */);
10701 * @param initialBounds If the docked stack gets created, it will use these bounds for the
10706 Rect initialBounds) {
10719 mWindowManager.setDockedStackCreateState(createMode, initialBounds);
10705 moveTaskToDockedStack(int taskId, int createMode, boolean toTop, boolean animate, Rect initialBounds) argument
[all...]

Completed in 415 milliseconds