Searched refs:computedSplitAttributes (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
D | SplitPresenter.java | 930 final SplitAttributes computedSplitAttributes = updateSplitAttributesType(splitAttributes, in getPrimaryBounds() local 932 if (!shouldShowSplit(computedSplitAttributes)) { in getPrimaryBounds() 935 switch (computedSplitAttributes.getLayoutDirection()) { in getPrimaryBounds() 937 return getLeftContainerBounds(taskConfiguration, computedSplitAttributes, in getPrimaryBounds() 941 return getRightContainerBounds(taskConfiguration, computedSplitAttributes, in getPrimaryBounds() 948 ? getLeftContainerBounds(taskConfiguration, computedSplitAttributes, in getPrimaryBounds() 950 : getRightContainerBounds(taskConfiguration, computedSplitAttributes, in getPrimaryBounds() 954 return getTopContainerBounds(taskConfiguration, computedSplitAttributes, in getPrimaryBounds() 958 return getBottomContainerBounds(taskConfiguration, computedSplitAttributes, in getPrimaryBounds() 963 + computedSplitAttributes.getLayoutDirection()); in getPrimaryBounds() [all …]
|