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