Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitPresenter.java1008 final SplitType reversedSplitType = new RatioSplitType(1 - splitRatio.getRatio()); in computeSplitType() local
1015 return reversedSplitType; in computeSplitType()
1019 return isLtr ? splitType : reversedSplitType; in computeSplitType()