Home
last modified time | relevance | path

Searched defs:placement (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/tv/
DTvPipKeepClearAlgorithmTest.kt164 val placement = getActualPlacement() in testAnchorPosition() constant
180 val placement = getActualPlacement() in test_AnchorBottomRight_KeepClearNotObstructing_StayAtAnchor() constant
195 val placement = getActualPlacement() in test_AnchorBottomRight_UnrestrictedRightSidebar_PushedLeft() constant
210 val placement = getActualPlacement() in test_AnchorTopRight_UnrestrictedRightSidebar_PushedLeft() constant
225 val placement = getActualPlacement() in test_AnchorBottomLeft_UnrestrictedRightSidebar_StayAtAnchor() constant
240 val placement = getActualPlacement() in test_AnchorBottom_UnrestrictedRightSidebar_StayAtAnchor() constant
256 val placement = getActualPlacement() in testExpanded_AnchorBottom_UnrestrictedRightSidebar_StayAtAnchor() constant
272 val placement = getActualPlacement() in test_AnchorBottomRight_RestrictedSmallBottomBar_PushedUp() constant
288 val placement = getActualPlacement() in test_AnchorBottomRight_RestrictedBottomSheet_StashDownAtAnchor() constant
306 val placement = getActualPlacement() in test_AnchorBottomRight_UnrestrictedBottomSheet_PushUp() constant
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipBoundsController.java113 final Placement placement = mTvPipBoundsAlgorithm.getTvPipPlacement(); in recalculatePipBounds() local
135 private void schedulePinnedStackPlacement(@NonNull final Placement placement, in schedulePinnedStackPlacement()
157 private void scheduleUnstashIfNeeded(final Placement placement) { in scheduleUnstashIfNeeded()
182 private void applyPlacement(@NonNull final Placement placement, boolean shouldStash, in applyPlacement()
DTvPipBoundsAlgorithm.java180 final Placement placement = mKeepClearAlgorithm.calculatePipPosition( in getTvPipPlacement() local
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DElementTest.kt112 val placement = measurable.measure(constraints) in <lambda>() constant