Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitPresenter.java340 final float rtlSplitRatio = 1 - splitRatio; in getBoundsForPosition() local
344 : getRightContainerBounds(parentBounds, rtlSplitRatio); in getBoundsForPosition()
347 : getLeftContainerBounds(parentBounds, rtlSplitRatio); in getBoundsForPosition()