HomeSort by relevance Sort by last modified time
    Searched refs:initialBounds (Results 1 - 17 of 17) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
IRecentsNonSystemUserCallbacks.aidl 35 in Rect initialBounds);
RecentsImplProxy.java 93 Rect initialBounds) throws RemoteException {
98 args.arg1 = initialBounds;
Recents.java 409 public boolean dockTopTask(int dragMode, int stackCreateMode, Rect initialBounds,
418 if (initialBounds == null) {
421 initialBounds = new Rect(0, 0, realSize.x, realSize.y);
438 mImpl.dockTopTask(runningTask.id, dragMode, stackCreateMode, initialBounds);
446 initialBounds);
RecentsImpl.java 532 int stackCreateMode, Rect initialBounds) {
537 if (ssp.moveTaskToDockedStack(topTaskId, stackCreateMode, initialBounds)) {
538 EventBus.getDefault().send(new DockedTopTaskEvent(dragMode, initialBounds));
    [all...]
  /frameworks/base/core/java/android/view/
WindowCallbacks.java 53 * @param initialBounds The initial bounds where the window will be.
58 void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets,
ViewRootImpl.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
RecentsComponent.java 35 boolean dockTopTask(int dragMode, int stackCreateMode, Rect initialBounds,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarGestureHelper.java 201 Rect initialBounds = null;
205 initialBounds = new Rect();
212 initialBounds);
217 boolean docked = mRecentsComponent.dockTopTask(dragMode, createMode, initialBounds,
  /frameworks/base/core/java/com/android/internal/policy/
BackdropFrameRenderer.java 78 public BackdropFrameRenderer(DecorView decorView, ThreadedRenderer renderer, Rect initialBounds,
95 mTargetRect.set(initialBounds);
DecorView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
SystemServicesProxy.java 442 public boolean moveTaskToDockedStack(int taskId, int createMode, Rect initialBounds) {
449 false /* animate */, initialBounds, true /* moveHomeStackFront */ );
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
StaggeredGridLayoutManagerBaseConfigSetTest.java 567 Map<Item, Rect> initialBounds = mLayoutManager.collectChildCoordinates();
590 initialBounds, mLayoutManager.collectChildCoordinates());
    [all...]
  /frameworks/base/core/java/android/app/
IActivityManager.java 150 Rect initialBounds, boolean moveHomeStackFront) throws RemoteException;
    [all...]
ActivityManagerNative.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 988 milliseconds