HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_LAYOUT_PARAMS (Results 1 - 2 of 2) sorted by null

  /cts/tests/framework/base/windowmanager/src/android/server/wm/
LocationInWindowTests.java 19 import static android.server.wm.LocationOnScreenTests.TestActivity.EXTRA_LAYOUT_PARAMS;
164 new Intent().putExtra(EXTRA_LAYOUT_PARAMS, lp));
171 static final String EXTRA_LAYOUT_PARAMS = "extra.layout_params";
198 && getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS) != null) {
199 getWindow().setAttributes(getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS));
LocationOnScreenTests.java 20 import static android.server.wm.LocationOnScreenTests.TestActivity.EXTRA_LAYOUT_PARAMS;
151 new Intent().putExtra(EXTRA_LAYOUT_PARAMS, lp));
205 static final String EXTRA_LAYOUT_PARAMS = "extra.layout_params";
222 && getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS) != null) {
223 getWindow().setAttributes(getIntent().getParcelableExtra(EXTRA_LAYOUT_PARAMS));

Completed in 245 milliseconds