Searched refs:computedSplitAttributes (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | SplitPresenter.java | 758 if (!shouldShowSplit(computedSplitAttributes)) { in getPrimaryBounds() 761 switch (computedSplitAttributes.getLayoutDirection()) { in getPrimaryBounds() 763 return getLeftContainerBounds(taskConfiguration, computedSplitAttributes, in getPrimaryBounds() 767 return getRightContainerBounds(taskConfiguration, computedSplitAttributes, in getPrimaryBounds() 780 return getTopContainerBounds(taskConfiguration, computedSplitAttributes, in getPrimaryBounds() 789 + computedSplitAttributes.getLayoutDirection()); in getPrimaryBounds() 798 if (!shouldShowSplit(computedSplitAttributes)) { in getSecondaryBounds() 801 switch (computedSplitAttributes.getLayoutDirection()) { in getSecondaryBounds() 803 return getRightContainerBounds(taskConfiguration, computedSplitAttributes, in getSecondaryBounds() 807 return getLeftContainerBounds(taskConfiguration, computedSplitAttributes, in getSecondaryBounds() [all …]
|