HomeSort by relevance Sort by last modified time
    Searched defs:reparent (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
OMAScalar.java 24 public OMAScalar reparent(OMAConstructed parent) { method in class:OMAScalar
OMAConstructed.java 50 public OMAConstructed reparent(OMAConstructed parent) { method in class:OMAConstructed
55 mChildren.put(child.getName(), child.reparent(this));
OMANode.java 69 public abstract OMANode reparent(OMAConstructed parent); method in class:OMANode
  /frameworks/base/services/core/java/com/android/server/wm/
TaskWindowContainerController.java 126 public void reparent(StackWindowController stackController, int position, boolean moveParents) { method in class:TaskWindowContainerController
128 if (DEBUG_STACK) Slog.i(TAG_WM, "reparent: moving taskId=" + mTaskId
132 "reparent: could not find taskId=" + mTaskId);
137 throw new IllegalArgumentException("reparent: could not find stack="
140 mContainer.reparent(stack, position, moveParents);
AppWindowContainerController.java 256 public void reparent(TaskWindowContainerController taskController, int position) { method in class:AppWindowContainerController
258 if (DEBUG_ADD_REMOVE) Slog.i(TAG_WM, "reparent: moving app token=" + mToken
262 "reparent: could not find app token=" + mToken);
267 throw new IllegalArgumentException("reparent: could not find task="
270 mContainer.reparent(task, position);
    [all...]
StackWindowController.java 104 public void reparent(int displayId, Rect outStackBounds, boolean onTop) { method in class:StackWindowController
Task.java 199 void reparent(TaskStack stack, int position, boolean moveParents) { method in class:Task
AppWindowToken.java 1044 void reparent(Task task, int position) { method in class:AppWindowToken
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
ActivityRecordTests.java 95 record.reparent(newTask, 0, null /*reason*/);
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TaskWindowContainerControllerTests.java 92 taskController.reparent(stackController1, 0, false/* moveParents */);
96 assertTrue("Should not be able to reparent to the same parent", gotException);
103 taskController.reparent(stackController3, 0, false/* moveParents */);
107 assertTrue("Should not be able to reparent to a stack that doesn't have a container",
110 taskController.reparent(stackController2, 0, false/* moveParents */);
137 // Reparent and check state
138 taskController.reparent(stack2Controller, 0, false /* moveParents */);
AppWindowContainerControllerTests.java 190 appWindowController1.reparent(taskController1, 0);
191 fail("Should not be able to reparent to the same parent");
198 appWindowController1.reparent(taskController3, 0);
199 fail("Should not be able to reparent to a task that doesn't have a container");
204 // Reparent the app window and ensure that it is moved
205 appWindowController1.reparent(taskController2, 0);
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStarter.java     [all...]
ActivityStackSupervisor.java     [all...]
ActivityStack.java 478 void reparent(ActivityStackSupervisor.ActivityDisplay activityDisplay, boolean onTop) { method in class:ActivityStack
482 adjustFocusToNextFocusableStackLocked("reparent", true /* allowFocusSelf */);
488 mWindowContainerController.reparent(activityDisplay.mDisplayId, mTmpRect2, onTop);
    [all...]
TaskRecord.java 177 * {@link TaskRecord#reparent}.
580 * Convenience method to reparent a task to the top or bottom position of the stack.
582 boolean reparent(int preferredStackId, boolean toTop, @ReparentMoveStackMode int moveStackMode, method in class:TaskRecord
584 return reparent(preferredStackId, toTop ? MAX_VALUE : 0, moveStackMode, animate,
589 * Convenience method to reparent a task to the top or bottom position of the stack, with
592 boolean reparent(int preferredStackId, boolean toTop, @ReparentMoveStackMode int moveStackMode, method in class:TaskRecord
595 return reparent(preferredStackId, toTop ? MAX_VALUE : 0, moveStackMode, animate,
600 * Convenience method to reparent a task to a specific position of the stack.
602 boolean reparent(int preferredStackId, int position, @ReparentMoveStackMode int moveStackMode, method in class:TaskRecord
604 return reparent(preferredStackId, position, moveStackMode, animate, deferResume
625 boolean reparent(int preferredStackId, int position, @ReparentMoveStackMode int moveStackMode, method in class:TaskRecord
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h 1098 } reparent;
1095 } reparent; member in union:_xEvent::__anon53751
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h 1098 } reparent;
1095 } reparent; member in union:_xEvent::__anon55617
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
R.java 2093 public static final int reparent = 0; field in class:R
    [all...]
  /prebuilts/sdk/current/support/transition/libs/
android-support-transition.jar 
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 349 milliseconds

1 2