Searched refs:EXTRA_LAYOUT_PARAMS (Results 1 – 5 of 5) sorted by relevance
19 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()
684 public static final String EXTRA_LAYOUT_PARAMS = "layout_params"; field in Components.OverlayTestService
20 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.TestActivity204 && getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS) != null) { in onCreate()205 getWindow().setAttributes(getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS)); in onCreate()
21 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.TestActivity227 && getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS) != null) { in onCreate()228 getWindow().setAttributes(getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS)); in onCreate()
26 import static android.server.wm.app.Components.OverlayTestService.EXTRA_LAYOUT_PARAMS;181 intent.putExtra(EXTRA_LAYOUT_PARAMS, lp); in addForeignOverlayWindow()