Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DActivityManagerPinnedStackTests.java113 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 …]
DKeyguardLockedTests.java145 if (!isHandheld() || !supportsPip()) { in testEnterPipOverKeyguard()
170 if (!isHandheld() || !supportsPip()) { in testShowWhenLockedActivityAndPipActivity()
192 if (!isHandheld() || !supportsPip()) { in testShowWhenLockedPipActivity()
DActivityManagerActivityVisibilityTests.java47 if (!supportsPip()) { in testTranslucentActivityOnTopOfPinnedStack()
87 if (!supportsPip()) { in testHomeVisibleOnActivityTaskPinned()
/cts/tests/app/src/android/app/cts/
DPipActivityTest.java44 final boolean supportsPip = in testLaunchPipActivity()
46 if (supportsPip) { in testLaunchPipActivity()
/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
DActivityManagerTestBase.java536 protected boolean supportsPip() throws DeviceNotAvailableException { in supportsPip() method in ActivityManagerTestBase