Searched refs:PIP_ACTIVITY_WITH_TINY_MINIMAL_SIZE (Results 1 – 2 of 2) sorted by relevance
52 import static android.server.wm.app.Components.PIP_ACTIVITY_WITH_TINY_MINIMAL_SIZE;363 launchActivity(PIP_ACTIVITY_WITH_TINY_MINIMAL_SIZE, extraString(EXTRA_ENTER_PIP, "true")); in testEnterPipWithTinyMinimalSize()365 waitForEnterPipAnimationComplete(PIP_ACTIVITY_WITH_TINY_MINIMAL_SIZE); in testEnterPipWithTinyMinimalSize()369 PIP_ACTIVITY_WITH_TINY_MINIMAL_SIZE); in testEnterPipWithTinyMinimalSize()
88 public static final ComponentName PIP_ACTIVITY_WITH_TINY_MINIMAL_SIZE = component( field in Components