Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
H A DSplitPresenterTest.java296 mPresenter.getRelBoundsForPosition(POSITION_START, taskProperties, in testGetRelBoundsForPosition_expandContainers()
317 mPresenter.getRelBoundsForPosition(POSITION_START, taskProperties, in testGetRelBoundsForPosition_expandContainers_isRelativeToParent()
342 mPresenter.getRelBoundsForPosition(POSITION_START, taskProperties, in testGetRelBoundsForPosition_splitVertically()
359 mPresenter.getRelBoundsForPosition(POSITION_START, taskProperties, in testGetRelBoundsForPosition_splitVertically()
378 mPresenter.getRelBoundsForPosition(POSITION_START, taskProperties, in testGetRelBoundsForPosition_splitVertically()
408 mPresenter.getRelBoundsForPosition(POSITION_START, taskProperties, in testGetRelBoundsForPosition_splitVertically_isRelativeToParent()
425 mPresenter.getRelBoundsForPosition(POSITION_START, taskProperties, in testGetRelBoundsForPosition_splitVertically_isRelativeToParent()
444 mPresenter.getRelBoundsForPosition(POSITION_START, taskProperties, in testGetRelBoundsForPosition_splitVertically_isRelativeToParent()
469 mPresenter.getRelBoundsForPosition(POSITION_START, taskProperties, in testGetRelBoundsForPosition_splitHorizontally()
486 mPresenter.getRelBoundsForPosition(POSITION_START, taskProperties, in testGetRelBoundsForPosition_splitHorizontally()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitPresenter.java180 final Rect primaryRelBounds = getRelBoundsForPosition(POSITION_START, taskProperties, in createNewSplitWithEmptySideContainer()
189 final Rect secondaryRelBounds = getRelBoundsForPosition(POSITION_END, taskProperties, in createNewSplitWithEmptySideContainer()
223 final Rect primaryRelBounds = getRelBoundsForPosition(POSITION_START, taskProperties, in createNewSplitContainer()
228 final Rect secondaryRelBounds = getRelBoundsForPosition(POSITION_END, taskProperties, in createNewSplitContainer()
297 final Rect primaryRelBounds = getRelBoundsForPosition(POSITION_START, taskProperties, in startActivityToSide()
299 final Rect secondaryRelBounds = getRelBoundsForPosition(POSITION_END, taskProperties, in startActivityToSide()
342 final Rect primaryRelBounds = getRelBoundsForPosition(POSITION_START, taskProperties, in updateSplitContainer()
344 final Rect secondaryRelBounds = getRelBoundsForPosition(POSITION_END, taskProperties, in updateSplitContainer()
727 Rect getRelBoundsForPosition(@Position int position, @NonNull TaskProperties taskProperties, in getRelBoundsForPosition() method in SplitPresenter