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

  /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...]
  /frameworks/base/services/core/java/com/android/server/wm/
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...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 513 milliseconds