Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitPresenter.java344 : getRightContainerBounds(parentBounds, rtlSplitRatio); in getBoundsForPosition()
346 return isLtr ? getRightContainerBounds(parentBounds, splitRatio) in getBoundsForPosition()
362 private Rect getRightContainerBounds(@NonNull Rect parentBounds, float splitRatio) { in getRightContainerBounds() method in SplitPresenter