Searched refs:supportsPip (Results 1 – 5 of 5) sorted by relevance
113 if (!supportsPip()) return; in testMinimumDeviceSize()143 if (!supportsPip()) return; in testNonTappablePipActivity()161 if (!supportsPip()) return; in testPinnedStackDefaultBounds()185 if (!supportsPip()) return; in testPinnedStackMovementBounds()209 if (!supportsPip()) return; in testPinnedStackOutOfBoundsInsetsNonNegative()237 if (!supportsPip()) return; in testPinnedStackInBoundsAfterRotation()258 if (!supportsPip()) return; in testEnterPipToOtherOrientation()283 if (!supportsPip()) return; in testEnterPipAspectRatio()307 if (!supportsPip()) return; in testResizePipAspectRatio()340 if (!supportsPip()) return; in testEnterPipExtremeAspectRatio()[all …]
145 if (!isHandheld() || !supportsPip()) { in testEnterPipOverKeyguard()170 if (!isHandheld() || !supportsPip()) { in testShowWhenLockedActivityAndPipActivity()192 if (!isHandheld() || !supportsPip()) { in testShowWhenLockedPipActivity()
47 if (!supportsPip()) { in testTranslucentActivityOnTopOfPinnedStack()87 if (!supportsPip()) { in testHomeVisibleOnActivityTaskPinned()
44 final boolean supportsPip = in testLaunchPipActivity()46 if (supportsPip) { in testLaunchPipActivity()
536 protected boolean supportsPip() throws DeviceNotAvailableException { in supportsPip() method in ActivityManagerTestBase