Home
last modified time | relevance | path

Searched defs:secondaryRelBounds (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitPresenter.java192 final Rect secondaryRelBounds = getRelBoundsForPosition(POSITION_END, taskProperties, in createNewSplitWithEmptySideContainer() local
231 final Rect secondaryRelBounds = getRelBoundsForPosition(POSITION_END, taskProperties, in createNewSplitContainer() local
303 final Rect secondaryRelBounds = getRelBoundsForPosition(POSITION_END, taskProperties, in startActivityToSide() local
352 final Rect secondaryRelBounds = getRelBoundsForPosition(POSITION_END, taskProperties, in updateSplitContainer() local
DJetpackTaskFragmentOrganizer.java129 @NonNull Rect secondaryRelBounds, @NonNull Intent activityIntent, in startActivityToSide()