Searched refs:initialBounds (Results 1 - 16 of 16) 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/packages/SystemUI/src/com/android/systemui/recents/
H A DIRecentsNonSystemUserCallbacks.aidl35 in Rect initialBounds);
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.java420 public boolean dockTopTask(int dragMode, int stackCreateMode, Rect initialBounds, argument
429 if (initialBounds == null) {
432 initialBounds = new Rect(0, 0, realSize.x, realSize.y);
449 mImpl.dockTopTask(runningTask.id, dragMode, stackCreateMode, initialBounds);
457 initialBounds);
H A DRecentsImpl.java624 int stackCreateMode, Rect initialBounds) {
629 if (ssp.moveTaskToDockedStack(topTaskId, stackCreateMode, initialBounds)) {
630 EventBus.getDefault().send(new DockedTopTaskEvent(dragMode, initialBounds));
623 dockTopTask(int topTaskId, int dragMode, int stackCreateMode, Rect initialBounds) argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
H A DIRecentsNonSystemUserCallbacks.aidl35 in Rect initialBounds);
/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.java7626 private void startDragResizing(Rect initialBounds, boolean fullscreen, Rect systemInsets, argument
7631 mWindowCallbacks.get(i).onWindowDragResizeStart(initialBounds, fullscreen,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarGestureHelper.java207 Rect initialBounds = null;
211 initialBounds = new Rect();
218 initialBounds);
223 boolean docked = mRecentsComponent.dockTopTask(dragMode, createMode, initialBounds,
/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.java2114 public void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, argument
2128 initialBounds, mResizingBackgroundDrawable, mCaptionBackgroundDrawable,
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMagnificationControllerTest.java160 Rect initialBounds = new Rect();
164 mMagnificationController.getMagnificationBounds(initialBounds);
166 assertEquals(INITIAL_MAGNIFICATION_BOUNDS, initialBounds);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DStaggeredGridLayoutManagerBaseConfigSetTest.java567 Map<Item, Rect> initialBounds = mLayoutManager.collectChildCoordinates();
590 initialBounds, mLayoutManager.collectChildCoordinates());
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java593 public boolean moveTaskToDockedStack(int taskId, int createMode, Rect initialBounds) { argument
600 false /* animate */, initialBounds);
/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl493 in Rect initialBounds);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java10471 null /* initialBounds */);
10542 * @param initialBounds If the docked stack gets created, it will use these bounds for the
10547 Rect initialBounds) {
10560 mWindowManager.setDockedStackCreateState(createMode, initialBounds);
10546 moveTaskToDockedStack(int taskId, int createMode, boolean toTop, boolean animate, Rect initialBounds) argument
[all...]

Completed in 420 milliseconds