Searched refs:getRightContainerBounds (Results 1 – 1 of 1) sorted by relevance
344 : 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