Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitPresenter.java46 private static final int POSITION_START = 0; field in SplitPresenter
51 POSITION_START,
100 final Rect primaryRectBounds = getBoundsForPosition(POSITION_START, parentBounds, rule, in createNewSplitWithEmptySideContainer()
140 final Rect primaryRectBounds = getBoundsForPosition(POSITION_START, parentBounds, rule, in createNewSplitContainer()
217 final Rect primaryRectBounds = getBoundsForPosition(POSITION_START, parentBounds, rule, in startActivityToSide()
259 final Rect primaryRectBounds = getBoundsForPosition(POSITION_START, parentBounds, rule, in updateSplitContainer()
342 case POSITION_START: in getBoundsForPosition()