Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityVisibilityTests.java93 moveTopActivityToPinnedStack(stackId); in testTranslucentActivityOnTopOfPinnedStack()
143 moveTopActivityToPinnedStack(stackId); in testHomeVisibleOnActivityTaskPinned()
DPinnedStackTests.java1566 moveTopActivityToPinnedStack(stackId); in pinnedStackTester()
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecyclePipTests.java80 moveTopActivityToPinnedStack(stackId); in testGoToPip()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java454 protected void moveTopActivityToPinnedStack(int stackId) { in moveTopActivityToPinnedStack() method in ActivityManagerTestBase
456 () -> mAtm.moveTopActivityToPinnedStack(stackId, new Rect(0, 0, 500, 500)) in moveTopActivityToPinnedStack()