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.java605 public static final String EXTRA_LAYOUT_PARAMS = "layout_params"; field in Components.OverlayTestService
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DLocationInWindowTests.java19 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.TestActivity
198 && getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS) != null) { in onCreate()
199 getWindow().setAttributes(getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS)); in onCreate()
DLocationOnScreenTests.java20 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.TestActivity
221 && getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS) != null) { in onCreate()
222 getWindow().setAttributes(getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS)); in onCreate()
DWindowInputTests.java24 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()