Home
last modified time | relevance | path

Searched refs:getRightContainerBounds (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitPresenter.java941 return getRightContainerBounds(taskConfiguration, computedSplitAttributes, in getPrimaryBounds()
950 : getRightContainerBounds(taskConfiguration, computedSplitAttributes, in getPrimaryBounds()
977 return getRightContainerBounds(taskConfiguration, computedSplitAttributes, in getSecondaryBounds()
988 ? getRightContainerBounds(taskConfiguration, computedSplitAttributes, in getSecondaryBounds()
1030 private Rect getRightContainerBounds(@NonNull Configuration taskConfiguration, in getRightContainerBounds() method in SplitPresenter