Home
last modified time | relevance | path

Searched refs:EXTRA_LAYOUT_PARAMS (Results 1 – 5 of 5) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DOverlayTestService.java19 import static android.server.wm.app.Components.OverlayTestService.EXTRA_LAYOUT_PARAMS;
49 if (intent != null && intent.hasExtra(EXTRA_LAYOUT_PARAMS)) { in onStartCommand()
52 addWindow(intent.getParcelableExtra(EXTRA_LAYOUT_PARAMS)); in onStartCommand()
DComponents.java684 public static final String EXTRA_LAYOUT_PARAMS = "layout_params"; field in Components.OverlayTestService
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DLocationInWindowTests.java20 import static android.server.wm.animations.LocationOnScreenTests.TestActivity.EXTRA_LAYOUT_PARAMS;
170 new Intent().putExtra(EXTRA_LAYOUT_PARAMS, lp)); in launchAndWait()
177 static final String EXTRA_LAYOUT_PARAMS = "extra.layout_params"; field in LocationInWindowTests.TestActivity
204 && getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS) != null) { in onCreate()
205 getWindow().setAttributes(getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS)); in onCreate()
DLocationOnScreenTests.java21 import static android.server.wm.animations.LocationOnScreenTests.TestActivity.EXTRA_LAYOUT_PARAMS;
156 new Intent().putExtra(EXTRA_LAYOUT_PARAMS, lp)); in launchAndWait()
210 public static final String EXTRA_LAYOUT_PARAMS = "extra.layout_params"; field in LocationOnScreenTests.TestActivity
227 && getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS) != null) { in onCreate()
228 getWindow().setAttributes(getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS)); in onCreate()
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWindowInputTests.java26 import static android.server.wm.app.Components.OverlayTestService.EXTRA_LAYOUT_PARAMS;
181 intent.putExtra(EXTRA_LAYOUT_PARAMS, lp); in addForeignOverlayWindow()