Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java619 private void testShouldDockBigOverlaysWithExpandedPip(boolean shouldDock) { in testShouldDockBigOverlaysWithExpandedPip() argument
636 testSession.runOnMainSyncAndWait(() -> activity.setShouldDockBigOverlays(shouldDock)); in testShouldDockBigOverlaysWithExpandedPip()
644 assertEquals(shouldDock, info.shouldDockBigOverlays()); in testShouldDockBigOverlaysWithExpandedPip()
647 final boolean[] actual = new boolean[] {!shouldDock}; in testShouldDockBigOverlaysWithExpandedPip()
652 assertEquals(shouldDock, actual[0]); in testShouldDockBigOverlaysWithExpandedPip()