Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
H A DSplitControllerTest.java1354 final TaskFragmentContainer bottomTf = mSplitController.newContainer(mActivity, TASK_ID); in testLaunchPlaceholderIfNecessary_embeddedBelowTaskFragment() local
1357 bottomTf.setInfo(mTransaction, createMockTaskFragmentInfo(bottomTf, mActivity, in testLaunchPlaceholderIfNecessary_embeddedBelowTaskFragment()
1360 assertFalse(bottomTf.isVisible()); in testLaunchPlaceholderIfNecessary_embeddedBelowTaskFragment()
1372 final TaskFragmentContainer bottomTf = mSplitController.newContainer(mActivity, TASK_ID); in testLaunchPlaceholderIfNecessary_embeddedBelowTransparentTaskFragment() local
1375 bottomTf.setInfo(mTransaction, createMockTaskFragmentInfo(bottomTf, mActivity, in testLaunchPlaceholderIfNecessary_embeddedBelowTransparentTaskFragment()
1378 assertTrue(bottomTf.isVisible()); in testLaunchPlaceholderIfNecessary_embeddedBelowTransparentTaskFragment()
1415 TaskFragmentContainer bottomTf = mSplitController.newContainer(mActivity, TASK_ID); in testFinishActivityStacks_finishActivityStacksInOrder() local
1417 bottomTf.setInfo(mTransaction, createMockTaskFragmentInfo(bottomTf, mActivity)); in testFinishActivityStacks_finishActivityStacksInOrder()
1424 topTf.getTaskFragmentToken(), bottomTf.getTaskFragmentToken()}); in testFinishActivityStacks_finishActivityStacksInOrder()
1435 bottomTf.getTaskFragmentToken(), fragmentTokens.get(0)); in testFinishActivityStacks_finishActivityStacksInOrder()
H A DSplitPresenterTest.java672 final TaskFragmentContainer bottomTf = mController.newContainer(secondaryActivity, TASK_ID); in testCreateNewSplitContainer_secondaryAbovePrimary() local
687 assertNotEquals(bottomTf, secondaryTf); in testCreateNewSplitContainer_secondaryAbovePrimary()