Home
last modified time | relevance | path

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

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