/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/ |
D | RegisteredComplicationsModule.java | 71 ComplicationLayoutParams.POSITION_BOTTOM in provideClockTimeLayoutParams() 78 ComplicationLayoutParams.POSITION_BOTTOM in provideClockTimeLayoutParams() 94 ComplicationLayoutParams.POSITION_BOTTOM in provideHomeControlsChipLayoutParams() 109 ComplicationLayoutParams.POSITION_BOTTOM in provideMediaEntryLayoutParams() 122 int position = ComplicationLayoutParams.POSITION_BOTTOM | (replaceHomeControls in provideOpenHubLayoutParams() 144 ComplicationLayoutParams.POSITION_BOTTOM in provideSmartspaceLayoutParams()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
D | DreamOverlayAnimationsController.kt | 33 import com.android.systemui.complication.ComplicationLayoutParams.POSITION_BOTTOM in <lambda>() 96 POSITION_TOP or POSITION_BOTTOM in <lambda>() 105 POSITION_TOP or POSITION_BOTTOM in <lambda>() 120 POSITION_TOP or POSITION_BOTTOM in <lambda>() 213 key = POSITION_BOTTOM, in <lambda>() 219 positions = POSITION_BOTTOM in <lambda>() 290 @Position positions: Int = POSITION_TOP or POSITION_BOTTOM, in <lambda>() 317 @Position positions: Int = POSITION_TOP or POSITION_BOTTOM, in <lambda>()
|
D | DreamOverlayContainerViewController.java | 26 import static com.android.systemui.complication.ComplicationLayoutParams.POSITION_BOTTOM; 340 for (int position : Arrays.asList(POSITION_TOP, POSITION_BOTTOM)) { in updateTransitionState()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthPanelController.java | 39 public static final int POSITION_BOTTOM = 1; field in AuthPanelController 43 @IntDef({POSITION_BOTTOM, POSITION_LEFT, POSITION_RIGHT}) 53 @Position private int mPosition = POSITION_BOTTOM; 79 case POSITION_BOTTOM: in getLeftBound() 91 return getLeftBound(POSITION_BOTTOM); in getLeftBound()
|
D | AuthContainerView.java | 680 mPanelController.setPosition(AuthPanelController.POSITION_BOTTOM); 697 mPanelController.setPosition(AuthPanelController.POSITION_BOTTOM); 724 mPanelController.setPosition(AuthPanelController.POSITION_BOTTOM); 729 mPanelController.setPosition(AuthPanelController.POSITION_BOTTOM);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/ |
D | ComplicationLayoutParams.java | 37 POSITION_BOTTOM, 45 public static final int POSITION_BOTTOM = 1 << 1; field in ComplicationLayoutParams 91 { POSITION_BOTTOM | POSITION_TOP, POSITION_END | POSITION_START }; 97 INVALID_DIRECTIONS.put(POSITION_BOTTOM, DIRECTION_DOWN); in INVALID_DIRECTIONS.put() argument
|
D | ComplicationLayoutEngine.java | 23 import static com.android.systemui.complication.ComplicationLayoutParams.POSITION_BOTTOM; 220 case ComplicationLayoutParams.POSITION_BOTTOM: in applyLayoutParams() 627 addToMapping(mapping, POSITION_START | POSITION_BOTTOM, DIRECTION_END, bottomMargins); in generatePositionDirectionalMarginsMapping() 628 addToMapping(mapping, POSITION_START | POSITION_BOTTOM, DIRECTION_UP, startMargins); in generatePositionDirectionalMarginsMapping() 633 addToMapping(mapping, POSITION_END | POSITION_BOTTOM, DIRECTION_START, bottomMargins); in generatePositionDirectionalMarginsMapping() 634 addToMapping(mapping, POSITION_END | POSITION_BOTTOM, DIRECTION_UP, endMargins); in generatePositionDirectionalMarginsMapping()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/ |
D | ComplicationLayoutParamsTest.java | 47 ComplicationLayoutParams.POSITION_BOTTOM | ComplicationLayoutParams.POSITION_TOP, in testPositionValidation() 54 | ComplicationLayoutParams.POSITION_BOTTOM; in testPositionValidation() 65 ComplicationLayoutParams.POSITION_BOTTOM); in testPositionValidation() 218 verify(consumer, never()).accept(ComplicationLayoutParams.POSITION_BOTTOM); in testIteratePositions()
|
D | ComplicationLayoutEngineTest.java | 574 ComplicationLayoutParams.POSITION_BOTTOM in testHeightConstraint() 750 ComplicationLayoutParams.POSITION_BOTTOM in testGetViews() 765 ComplicationLayoutParams.POSITION_BOTTOM, in testGetViews()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayAreaPolicyTests.java | 26 import static com.android.server.wm.WindowContainer.POSITION_BOTTOM; 97 stack1.getParent().positionChildAt(POSITION_BOTTOM, stack1, true /* includingParents */); in testTaskDisplayArea_taskPositionChanged_updatesTaskDisplayAreaPosition() 102 stack2.getParent().positionChildAt(POSITION_BOTTOM, stack2, false /* includingParents */); in testTaskDisplayArea_taskPositionChanged_updatesTaskDisplayAreaPosition() 169 stack4.getParent().positionChildAt(POSITION_BOTTOM, stack4, true /* includingParents */); in testDisplayAreaGroup_taskPositionChanged_updatesDisplayAreaGroupPosition()
|
D | SyncEngineTests.java | 28 import static com.android.server.wm.WindowContainer.POSITION_BOTTOM; 261 parentWC.addChild(botChildWC, POSITION_BOTTOM); in testFillsParent() 293 parentWC.addChild(botChildWC, POSITION_BOTTOM); in testReparentOut() 328 nonMemberParentWC.addChild(botChildWC, POSITION_BOTTOM); in testReparentIn() 345 botChildWC.reparent(parentWC, POSITION_BOTTOM); in testReparentIn() 379 parentWC.addChild(botChildWC, POSITION_BOTTOM); in testRemoval()
|
D | DisplayAreaTest.java | 42 import static com.android.server.wm.WindowContainer.POSITION_BOTTOM; 168 root.addChild(da1, POSITION_BOTTOM); in testForAllTaskDisplayAreas_onlyTraversesDisplayAreaOfTypeAny() 680 parent.positionChildAt(POSITION_BOTTOM, alwaysOnTopChild, false /* includingParents */); in testAlwaysOnTopDisplayArea_requestsNonTopLocation_doesNotMove()
|
D | TestDisplayContent.java | 95 private int mPosition = POSITION_BOTTOM;
|
D | RootWindowContainerTests.java | 42 import static com.android.server.wm.WindowContainer.POSITION_BOTTOM; 773 taskDisplayArea.positionChildAt(POSITION_BOTTOM, rootTask, false /*includingParents*/); in testResumeActivityWhenNonTopmostRootTaskIsTopFocused() 871 taskDisplayArea.positionChildAt(POSITION_BOTTOM, rootTask, false /*includingParents*/); in testResumeActivityLingeringTransition_notExecuted() 1173 display.addChild(taskDisplayArea, POSITION_BOTTOM); in testGetLaunchRootTaskOnSecondaryTaskDisplayArea()
|
D | ActivityStarterTests.java | 62 import static com.android.server.wm.WindowContainer.POSITION_BOTTOM; 868 .setPosition(POSITION_BOTTOM).build(); in testDeliverIntentToTopActivityOfNonTopDisplay() 1000 final TestDisplayContent secondaryDisplay = addNewDisplayContentAt(POSITION_BOTTOM); in testReparentTopFocusedActivityToSecondaryDisplay() 1168 top.getRootTask().reparent(splitOrg.mPrimary, POSITION_BOTTOM); in testTargetTaskInSplitScreen()
|
D | WindowContainerTests.java | 54 import static com.android.server.wm.WindowContainer.POSITION_BOTTOM; 330 root.addChild(child3, POSITION_BOTTOM); in testAddChildByIndex() 355 root.positionChildAt(POSITION_BOTTOM, child1, false /* includingParents */); in testPositionChildAt() 388 child1.positionChildAt(POSITION_BOTTOM, child11, true /* includingParents */); in testPositionChildAtIncludeParents()
|
D | RootTaskTests.java | 57 import static com.android.server.wm.WindowContainer.POSITION_BOTTOM; 1035 mDefaultTaskDisplayArea.positionChildAt(onTop ? POSITION_TOP : POSITION_BOTTOM, task, in createTaskForShouldBeVisibleTest() 1319 mDefaultTaskDisplayArea.positionChildAt(POSITION_BOTTOM, fullscreenRootTask1, in testRootTaskOrderChangedOnPositionRootTask()
|
D | ActivityMetricsLaunchObserverTests.java | 568 .setDisplay(addNewDisplayContentAt(DisplayContent.POSITION_BOTTOM)) in testConsecutiveLaunchOnDifferentDisplay()
|
D | WindowTestsBase.java | 56 import static com.android.server.wm.WindowContainer.POSITION_BOTTOM; 1884 task.reparent(mPrimary, onTop ? POSITION_TOP : POSITION_BOTTOM); in putTaskToPrimary() 1888 task.reparent(mSecondary, onTop ? POSITION_TOP : POSITION_BOTTOM); in putTaskToSecondary()
|
D | AppTransitionControllerTest.java | 44 import static com.android.server.wm.WindowContainer.POSITION_BOTTOM; 1078 task.addChild(activity2, POSITION_BOTTOM); in testOverrideTaskFragmentAdapter_inputProtectedForUntrustedAnimation()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskDisplayArea.java | 403 getParent().positionChildAt(moveToTop ? POSITION_TOP : POSITION_BOTTOM, 554 int minPosition = POSITION_BOTTOM; 620 } else if (requestedPosition == POSITION_BOTTOM) { 849 positionChildAt(POSITION_BOTTOM, task, false /*includingParents*/); 905 final int position = onTop ? POSITION_TOP : POSITION_BOTTOM; 1627 rootTask.getParent().positionChildAt(POSITION_BOTTOM, rootTask,
|
D | WallpaperWindowToken.java | 109 final int position = showWhenLocked ? POSITION_BOTTOM : POSITION_TOP; in setShowWhenLocked()
|
D | WindowOrganizerController.java | 81 import static com.android.server.wm.WindowContainer.POSITION_BOTTOM; 1844 hop.getToTop() ? POSITION_TOP : POSITION_BOTTOM, in sanitizeAndApplyHierarchyOp() 1855 hop.getToTop() ? POSITION_TOP : POSITION_BOTTOM, rootTask, in sanitizeAndApplyHierarchyOp() 1870 hop.getToTop() ? POSITION_TOP : POSITION_BOTTOM, in sanitizeAndApplyHierarchyOp() 1985 hop.getToTop() ? POSITION_TOP : POSITION_BOTTOM, in reparentChildrenTasksHierarchyOp()
|
D | WindowContainer.java | 146 static final int POSITION_BOTTOM = Integer.MIN_VALUE; field in WindowContainer 790 if ((index < 0 && index != POSITION_BOTTOM) in addChild() 798 } else if (index == POSITION_BOTTOM) { in addChild() 981 position = POSITION_BOTTOM; in positionChildAt() 996 case POSITION_BOTTOM: in positionChildAt() 1003 getParent().positionChildAt(POSITION_BOTTOM, this /* child */, in positionChildAt()
|
D | Task.java | 1760 positionChildAt(POSITION_BOTTOM, taskFragment, false /* includeParents */); in moveTaskFragmentsToBottomIfNeeded() 2644 if (suggestedPosition == POSITION_BOTTOM && minPosition == 0) { in getAdjustedChildPosition() 2645 return POSITION_BOTTOM; in getAdjustedChildPosition() 2671 task.updateTaskMovement(toTop, position == POSITION_BOTTOM, position); in positionChildAt() 4323 dc.getDefaultTaskDisplayArea().addChild(task, POSITION_BOTTOM); 4933 displayArea.positionChildAt(POSITION_BOTTOM, this, false /*includingParents*/); 6191 positionChildAt(POSITION_BOTTOM, child, includingParents); 6222 reparent(newParent, onTop ? POSITION_TOP : POSITION_BOTTOM); 6781 parentTask.addChild(task, mOnTop ? POSITION_TOP : POSITION_BOTTOM, 6784 mParent.addChild(task, mOnTop ? POSITION_TOP : POSITION_BOTTOM);
|