Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTransitionTests.java1622 assertFalse(nonEmbeddedActivity.isEmbedded()); in testFlagInTaskWithEmbeddedActivity()
1640 changes.put(nonEmbeddedActivity, new Transition.ChangeInfo(nonEmbeddedActivity, in testFlagInTaskWithEmbeddedActivity()
1645 nonEmbeddedActivity.setVisibleRequested(false); in testFlagInTaskWithEmbeddedActivity()
1649 participants.add(nonEmbeddedActivity); in testFlagInTaskWithEmbeddedActivity()
1684 changes.put(nonEmbeddedActivity, in testFlagFillsTask_embeddingNotFillingTask()
1689 nonEmbeddedActivity.setVisibleRequested(false); in testFlagFillsTask_embeddingNotFillingTask()
1693 participants.add(nonEmbeddedActivity); in testFlagFillsTask_embeddingNotFillingTask()
1848 nonEmbeddedActivity.setVisibleRequested(false); in testChangeSetBackgroundColor()
1850 changes.put(nonEmbeddedActivity, new Transition.ChangeInfo(nonEmbeddedActivity)); in testChangeSetBackgroundColor()
1853 nonEmbeddedActivity.setVisibleRequested(true); in testChangeSetBackgroundColor()
[all …]