Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitPresenter.java849 final int right = computeBoundaryBetweenContainers(taskConfiguration, splitAttributes, in getLeftContainerBounds()
858 final int left = computeBoundaryBetweenContainers(taskConfiguration, splitAttributes, in getRightContainerBounds()
867 final int bottom = computeBoundaryBetweenContainers(taskConfiguration, splitAttributes, in getTopContainerBounds()
876 final int top = computeBoundaryBetweenContainers(taskConfiguration, splitAttributes, in getBottomContainerBounds()
901 private int computeBoundaryBetweenContainers(@NonNull Configuration taskConfiguration, in computeBoundaryBetweenContainers() method in SplitPresenter