Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/
DRegisteredComplicationsModule.java72 | ComplicationLayoutParams.POSITION_START, in provideClockTimeLayoutParams()
79 | ComplicationLayoutParams.POSITION_START, in provideClockTimeLayoutParams()
95 | ComplicationLayoutParams.POSITION_START, in provideHomeControlsChipLayoutParams()
110 | ComplicationLayoutParams.POSITION_START, in provideMediaEntryLayoutParams()
123 ? ComplicationLayoutParams.POSITION_START in provideOpenHubLayoutParams()
145 | ComplicationLayoutParams.POSITION_START, in provideSmartspaceLayoutParams()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
DComplicationLayoutParamsTest.java48 ComplicationLayoutParams.POSITION_END | ComplicationLayoutParams.POSITION_START in testPositionValidation()
52 | ComplicationLayoutParams.POSITION_START in testPositionValidation()
69 ComplicationLayoutParams.POSITION_START); in testPositionValidation()
209 | ComplicationLayoutParams.POSITION_START in testIteratePositions()
216 verify(consumer).accept(ComplicationLayoutParams.POSITION_START); in testIteratePositions()
DComplicationLayoutEngineTest.java539 | ComplicationLayoutParams.POSITION_START, in testWidthConstraint()
738 | ComplicationLayoutParams.POSITION_START, in testGetViews()
762 ComplicationLayoutParams.POSITION_TOP | ComplicationLayoutParams.POSITION_START, in testGetViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DComplicationLayoutParams.java38 POSITION_START,
47 public static final int POSITION_START = 1 << 2; field in ComplicationLayoutParams
91 { POSITION_BOTTOM | POSITION_TOP, POSITION_END | POSITION_START };
99 INVALID_DIRECTIONS.put(POSITION_START, DIRECTION_START); in INVALID_DIRECTIONS.put() argument
DComplicationLayoutEngine.java25 import static com.android.systemui.complication.ComplicationLayoutParams.POSITION_START;
196 case ComplicationLayoutParams.POSITION_START: in applyLayoutParams()
624 addToMapping(mapping, POSITION_START | POSITION_TOP, DIRECTION_END, topMargins); in generatePositionDirectionalMarginsMapping()
625 addToMapping(mapping, POSITION_START | POSITION_TOP, DIRECTION_DOWN, startMargins); in generatePositionDirectionalMarginsMapping()
627 addToMapping(mapping, POSITION_START | POSITION_BOTTOM, DIRECTION_END, bottomMargins); in generatePositionDirectionalMarginsMapping()
628 addToMapping(mapping, POSITION_START | POSITION_BOTTOM, DIRECTION_UP, startMargins); in generatePositionDirectionalMarginsMapping()
/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
DSplitPresenterTest.java40 import static androidx.window.extensions.embedding.SplitPresenter.POSITION_START;
338 mPresenter.getRelBoundsForPosition(POSITION_START, taskProperties, in testGetRelBoundsForPosition_expandContainers()
359 mPresenter.getRelBoundsForPosition(POSITION_START, taskProperties, in testGetRelBoundsForPosition_expandContainers_isRelativeToParent()
384 mPresenter.getRelBoundsForPosition(POSITION_START, taskProperties, in testGetRelBoundsForPosition_splitVertically()
401 mPresenter.getRelBoundsForPosition(POSITION_START, taskProperties, in testGetRelBoundsForPosition_splitVertically()
420 mPresenter.getRelBoundsForPosition(POSITION_START, taskProperties, in testGetRelBoundsForPosition_splitVertically()
450 mPresenter.getRelBoundsForPosition(POSITION_START, taskProperties, in testGetRelBoundsForPosition_splitVertically_isRelativeToParent()
467 mPresenter.getRelBoundsForPosition(POSITION_START, taskProperties, in testGetRelBoundsForPosition_splitVertically_isRelativeToParent()
486 mPresenter.getRelBoundsForPosition(POSITION_START, taskProperties, in testGetRelBoundsForPosition_splitVertically_isRelativeToParent()
511 mPresenter.getRelBoundsForPosition(POSITION_START, taskProperties, in testGetRelBoundsForPosition_splitHorizontally()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dream/dagger/
DMediaComplicationComponent.java96 | ComplicationLayoutParams.POSITION_START, in provideLayoutParams()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitPresenter.java76 static final int POSITION_START = 0; field in SplitPresenter
83 POSITION_START,
182 final Rect primaryRelBounds = getRelBoundsForPosition(POSITION_START, taskProperties, in createNewSplitWithEmptySideContainer()
226 final Rect primaryRelBounds = getRelBoundsForPosition(POSITION_START, taskProperties, in createNewSplitContainer()
301 final Rect primaryRelBounds = getRelBoundsForPosition(POSITION_START, taskProperties, in startActivityToSide()
350 final Rect primaryRelBounds = getRelBoundsForPosition(POSITION_START, taskProperties, in updateSplitContainer()
911 case POSITION_START: in getRelBoundsForPosition()