Searched refs:PIP_ACTIVITY_WITH_MINIMAL_SIZE (Results 1 – 2 of 2) sorted by relevance
50 import static android.server.wm.app.Components.PIP_ACTIVITY_WITH_MINIMAL_SIZE;339 launchActivity(PIP_ACTIVITY_WITH_MINIMAL_SIZE, extraString(EXTRA_ENTER_PIP, "true")); in testEnterPipWithMinimalSize()341 waitForEnterPipAnimationComplete(PIP_ACTIVITY_WITH_MINIMAL_SIZE); in testEnterPipWithMinimalSize()347 PIP_ACTIVITY_WITH_MINIMAL_SIZE, 0 /* flags */); in testEnterPipWithMinimalSize()
86 public static final ComponentName PIP_ACTIVITY_WITH_MINIMAL_SIZE = component( field in Components