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()
627 public static final String EXTRA_LAYOUT_PARAMS = "layout_params"; field in Components.OverlayTestService
19 import static android.server.wm.LocationOnScreenTests.TestActivity.EXTRA_LAYOUT_PARAMS;164 new Intent().putExtra(EXTRA_LAYOUT_PARAMS, lp)); in launchAndWait()171 static final String EXTRA_LAYOUT_PARAMS = "extra.layout_params"; field in LocationInWindowTests.TestActivity198 && getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS) != null) { in onCreate()199 getWindow().setAttributes(getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS)); in onCreate()
20 import static android.server.wm.LocationOnScreenTests.TestActivity.EXTRA_LAYOUT_PARAMS;150 new Intent().putExtra(EXTRA_LAYOUT_PARAMS, lp)); in launchAndWait()204 static final String EXTRA_LAYOUT_PARAMS = "extra.layout_params"; field in LocationOnScreenTests.TestActivity221 && getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS) != null) { in onCreate()222 getWindow().setAttributes(getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS)); in onCreate()
24 import static android.server.wm.app.Components.OverlayTestService.EXTRA_LAYOUT_PARAMS;307 intent.putExtra(EXTRA_LAYOUT_PARAMS, params); in testFilterTouchesWhenObscuredByWindowFromDifferentUid()361 intent.putExtra(EXTRA_LAYOUT_PARAMS, params); in testFlagTouchesWhenObscuredByWindowFromDifferentUid()409 intent.putExtra(EXTRA_LAYOUT_PARAMS, params); in testDoNotFlagTouchesWhenObscuredByZeroOpacityWindow()462 intent.putExtra(EXTRA_LAYOUT_PARAMS, params); in testFlagTouchesWhenObscuredByMinPositiveOpacityWindow()517 intent.putExtra(EXTRA_LAYOUT_PARAMS, params); in testFlagTouchesWhenPartiallyObscuredByZeroOpacityWindow()569 intent.putExtra(EXTRA_LAYOUT_PARAMS, params); in testDoNotFlagTouchesWhenPartiallyObscuredByNotTouchableZeroOpacityWindow()