Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java42 import static android.server.wm.app.Components.PIP_ACTIVITY_WITH_MINIMAL_SIZE;
268 launchActivity(PIP_ACTIVITY_WITH_MINIMAL_SIZE, extraString(EXTRA_ENTER_PIP, "true")); in testEnterPipWithMinimalSize()
270 waitForEnterPipAnimationComplete(PIP_ACTIVITY_WITH_MINIMAL_SIZE); in testEnterPipWithMinimalSize()
276 PIP_ACTIVITY_WITH_MINIMAL_SIZE, 0 /* flags */); in testEnterPipWithMinimalSize()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java84 public static final ComponentName PIP_ACTIVITY_WITH_MINIMAL_SIZE = component( field in Components