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

  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
RunningTasksTest.java 25 import static com.android.server.am.ActivityDisplay.POSITION_BOTTOM;
78 display.addChild(stack, POSITION_BOTTOM);
  /frameworks/base/services/core/java/com/android/server/wm/
TaskWindowContainerController.java 34 import static com.android.server.wm.WindowContainer.POSITION_BOTTOM;
80 final int position = toTop ? POSITION_TOP : POSITION_BOTTOM;
WindowContainer.java 85 static final int POSITION_BOTTOM = Integer.MIN_VALUE;
392 * {@link #POSITION_BOTTOM}. When moving to other intermediate positions
404 if ((position < 0 && position != POSITION_BOTTOM)
413 position = POSITION_BOTTOM;
427 case POSITION_BOTTOM:
433 getParent().positionChildAt(POSITION_BOTTOM, this /* child */,
    [all...]
StackWindowController.java 34 import static com.android.server.wm.WindowContainer.POSITION_BOTTOM;
163 mContainer.positionChildAt(POSITION_BOTTOM, childTask, includingParents);
TaskStack.java 649 // preserve POSITION_BOTTOM/POSITION_TOP positions if they are still valid.
650 if (targetPosition == POSITION_BOTTOM && minPosition == 0) {
651 return POSITION_BOTTOM;
713 getParent().positionChildAt(POSITION_BOTTOM, this, false /* includingParents */);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TaskStackContainersTests.java 82 taskStackContainer.positionChildAt(WindowContainer.POSITION_BOTTOM, mPinnedStack, false);
WindowContainerTests.java 39 import static com.android.server.wm.WindowContainer.POSITION_BOTTOM;
272 root.positionChildAt(POSITION_BOTTOM, child1, false /* includingParents */);
305 child1.positionChildAt(POSITION_BOTTOM, child11, true /* includingParents */);
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityDisplay.java 68 static final int POSITION_BOTTOM = Integer.MIN_VALUE;
134 if (position == POSITION_BOTTOM) {
    [all...]
ActivityStack.java 40 import static com.android.server.am.ActivityDisplay.POSITION_BOTTOM;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 

Completed in 596 milliseconds