/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | SplitPresenter.java | 181 splitAttributes); in createNewSplitWithEmptySideContainer() 190 splitAttributes); in createNewSplitWithEmptySideContainer() 199 splitAttributes); in createNewSplitWithEmptySideContainer() 202 splitAttributes); in createNewSplitWithEmptySideContainer() 224 splitAttributes); in createNewSplitContainer() 229 splitAttributes); in createNewSplitContainer() 244 splitAttributes); in createNewSplitContainer() 247 splitAttributes); in createNewSplitContainer() 298 splitAttributes); in startActivityToSide() 300 splitAttributes); in startActivityToSide() [all …]
|
H A D | SplitContainer.java | 61 @NonNull SplitAttributes splitAttributes) { in SplitContainer() argument 62 this(primaryContainer, primaryActivity, secondaryContainer, splitRule, splitAttributes, in SplitContainer() 70 @NonNull SplitAttributes splitAttributes, boolean isPrimaryContainerMutable) { in SplitContainer() argument 75 mCurrentSplitAttributes = splitAttributes; in SplitContainer() 161 void updateCurrentSplitAttributes(@NonNull SplitAttributes splitAttributes) { in updateCurrentSplitAttributes() argument 162 mCurrentSplitAttributes = splitAttributes; in updateCurrentSplitAttributes() 169 void updateDefaultSplitAttributes(@NonNull SplitAttributes splitAttributes) { in updateDefaultSplitAttributes() argument 170 mDefaultSplitAttributes = splitAttributes; in updateDefaultSplitAttributes()
|
H A D | JetpackTaskFragmentOrganizer.java | 129 @WindowingMode int windowingMode, @NonNull SplitAttributes splitAttributes) { in startActivityToSide() argument 140 updateAnimationParams(wct, launchingFragmentToken, splitAttributes); in startActivityToSide() 154 updateAnimationParams(wct, secondaryFragmentToken, splitAttributes); in startActivityToSide() 327 @NonNull IBinder fragmentToken, @NonNull SplitAttributes splitAttributes) { in updateAnimationParams() argument 328 updateAnimationParams(wct, fragmentToken, createAnimationParamsOrDefault(splitAttributes)); in updateAnimationParams() 373 @Nullable SplitAttributes splitAttributes) { in createAnimationParamsOrDefault() 374 if (splitAttributes == null) { in createAnimationParamsOrDefault() 378 .setAnimationBackgroundColor(splitAttributes.getAnimationBackgroundColor()) in createAnimationParamsOrDefault()
|
H A D | SplitPinContainer.java | 33 @NonNull SplitAttributes splitAttributes) { in SplitPinContainer() argument 35 splitPinRule, splitAttributes, true /* isPrimaryContainerMutable */); in SplitPinContainer()
|
H A D | SplitController.java | 445 @NonNull SplitAttributes splitAttributes) { in updateSplitAttributes() argument 447 Objects.requireNonNull(splitAttributes); in updateSplitAttributes() 456 splitContainer.updateDefaultSplitAttributes(splitAttributes); in updateSplitAttributes() 460 if (updateSplitContainerIfNeeded(splitContainer, wct, splitAttributes)) { in updateSplitAttributes() 1014 splitAttributes, isPlaceholder); in startActivityToSide() 1533 secondaryContainer, splitRule, splitAttributes); in registerSplit() 1740 if (splitAttributes == null) { in updateSplitContainerIfNeeded() 1750 splitContainer.updateCurrentSplitAttributes(splitAttributes); in updateSplitContainerIfNeeded() 1854 if (!SplitPresenter.shouldShowSplit(splitAttributes)) { in launchPlaceholderIfNecessary() 1861 placeholderRule, splitAttributes, null /* failureCallback */, in launchPlaceholderIfNecessary() [all …]
|
/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/ |
H A D | SplitPresenterTest.java | 297 splitAttributes)); in testGetRelBoundsForPosition_expandContainers() 318 splitAttributes)); in testGetRelBoundsForPosition_expandContainers_isRelativeToParent() 343 splitAttributes)); in testGetRelBoundsForPosition_splitVertically() 360 splitAttributes)); in testGetRelBoundsForPosition_splitVertically() 379 splitAttributes)); in testGetRelBoundsForPosition_splitVertically() 409 splitAttributes)); in testGetRelBoundsForPosition_splitVertically_isRelativeToParent() 426 splitAttributes)); in testGetRelBoundsForPosition_splitVertically_isRelativeToParent() 445 splitAttributes)); in testGetRelBoundsForPosition_splitVertically_isRelativeToParent() 470 splitAttributes)); in testGetRelBoundsForPosition_splitHorizontally() 487 splitAttributes)); in testGetRelBoundsForPosition_splitHorizontally() [all …]
|
H A D | TaskFragmentContainerTest.java | 181 final SplitAttributes splitAttributes = new SplitAttributes.Builder().build(); in testFinish_alwaysFinishPlaceholder() local 185 .setDefaultSplitAttributes(splitAttributes) in testFinish_alwaysFinishPlaceholder() 188 splitAttributes); in testFinish_alwaysFinishPlaceholder()
|
/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/ |
H A D | WindowExtensionsTest.java | 61 final SplitAttributes splitAttributes = new SplitAttributes.Builder().build(); in testSplitAttributes_default() local 62 assertThat(splitAttributes.getLayoutDirection()) in testSplitAttributes_default() 64 assertThat(splitAttributes.getSplitType()) in testSplitAttributes_default() 66 assertThat(splitAttributes.getAnimationBackgroundColor()).isEqualTo(0); in testSplitAttributes_default()
|
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/ |
H A D | ActivityEmbeddingMainActivity.java | 112 final SplitAttributes splitAttributes = new SplitAttributes.Builder() in createSplitPairRules() local 118 .setDefaultSplitAttributes(splitAttributes) in createSplitPairRules() 137 final SplitAttributes splitAttributes = new SplitAttributes.Builder() in createSplitPlaceholderRules() local 142 .setDefaultSplitAttributes(splitAttributes) in createSplitPlaceholderRules()
|