Searched refs:PIP_ACTIVITY_WITH_TINY_MINIMAL_SIZE (Results 1 – 2 of 2) sorted by relevance
44 import static android.server.wm.app.Components.PIP_ACTIVITY_WITH_TINY_MINIMAL_SIZE;292 launchActivity(PIP_ACTIVITY_WITH_TINY_MINIMAL_SIZE, extraString(EXTRA_ENTER_PIP, "true")); in testEnterPipWithTinyMinimalSize()294 waitForEnterPipAnimationComplete(PIP_ACTIVITY_WITH_TINY_MINIMAL_SIZE); in testEnterPipWithTinyMinimalSize()298 PIP_ACTIVITY_WITH_TINY_MINIMAL_SIZE); in testEnterPipWithTinyMinimalSize()
86 public static final ComponentName PIP_ACTIVITY_WITH_TINY_MINIMAL_SIZE = component( field in Components