Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitPresenter.java767 return getRightContainerBounds(taskConfiguration, computedSplitAttributes, in getPrimaryBounds()
776 : getRightContainerBounds(taskConfiguration, computedSplitAttributes, in getPrimaryBounds()
803 return getRightContainerBounds(taskConfiguration, computedSplitAttributes, in getSecondaryBounds()
814 ? getRightContainerBounds(taskConfiguration, computedSplitAttributes, in getSecondaryBounds()
856 private Rect getRightContainerBounds(@NonNull Configuration taskConfiguration, in getRightContainerBounds() method in SplitPresenter