Home
last modified time | relevance | path

Searched refs:EXTRA_IS_SEAMLESS_RESIZE_ENABLED (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java47 import static android.server.wm.app.Components.PipActivity.EXTRA_IS_SEAMLESS_RESIZE_ENABLED;
196 if (getIntent().hasExtra(EXTRA_IS_SEAMLESS_RESIZE_ENABLED)) { in onCreate()
198 getIntent().getBooleanExtra(EXTRA_IS_SEAMLESS_RESIZE_ENABLED, true)); in onCreate()
DComponents.java502 public static final String EXTRA_IS_SEAMLESS_RESIZE_ENABLED = field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java59 import static android.server.wm.app.Components.PipActivity.EXTRA_IS_SEAMLESS_RESIZE_ENABLED;
1350 launchActivity(PIP_ACTIVITY, extraBool(EXTRA_IS_SEAMLESS_RESIZE_ENABLED, false)); in testDisableIsSeamlessResizeEnabled()