Searched refs:shouldDock (Results 1 – 1 of 1) sorted by relevance
619 private void testShouldDockBigOverlaysWithExpandedPip(boolean shouldDock) { in testShouldDockBigOverlaysWithExpandedPip() argument636 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()