Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
DOverlayPresentationTest.java367 parentWindowMetrics -> true /* parentWindowMetricsPredicate */).build(); in testCreateOrUpdateOverlay_launchFromSplit_returnNull()
461 parentWindowMetrics -> true /* parentWindowMetricsPredicate */).build(); in testGetTopNonFishingTaskFragmentContainerWithoutAssociatedOverlay()
465 parentWindowMetrics -> true /* parentWindowMetricsPredicate */).build(); in testGetTopNonFishingTaskFragmentContainerWithoutAssociatedOverlay()
DSplitControllerTest.java1519 parentWindowMetrics -> true /* parentWindowMetricsPredicate */).build(); in testPinTopActivityStack()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitController.java3203 @NonNull WindowMetrics parentWindowMetrics, in canReuseContainer() argument
3210 parentWindowMetrics) in canReuseContainer()
3223 @NonNull SplitPairRule rule2, @NonNull WindowMetrics parentWindowMetrics) { in areRulesSamePresentation() argument
3234 && rule1.checkParentMetrics(parentWindowMetrics) in areRulesSamePresentation()
3235 == rule2.checkParentMetrics(parentWindowMetrics) in areRulesSamePresentation()