Searched refs:EXTRA_LAYOUT_RESOURCE_ID (Results 1 - 10 of 10) sorted by relevance

/frameworks/support/wear/tests/src/android/support/wear/widget/
H A DLayoutTestActivity.java24 public static final String EXTRA_LAYOUT_RESOURCE_ID = "layout_resource_id"; field in class:LayoutTestActivity
30 if (!intent.hasExtra(EXTRA_LAYOUT_RESOURCE_ID)) {
32 "Intent extras must contain EXTRA_LAYOUT_RESOURCE_ID");
34 int layoutId = intent.getIntExtra(EXTRA_LAYOUT_RESOURCE_ID, -1);
H A DSwipeDismissFrameLayoutTestActivity.java35 int layoutId = getIntent().getIntExtra(EXTRA_LAYOUT_RESOURCE_ID, -1);
H A DSwipeDismissFrameLayoutTest.java287 LayoutTestActivity.EXTRA_LAYOUT_RESOURCE_ID,
300 launchIntent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_RESOURCE_ID,
314 launchIntent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_RESOURCE_ID,
329 LayoutTestActivity.EXTRA_LAYOUT_RESOURCE_ID,
356 LayoutTestActivity.EXTRA_LAYOUT_RESOURCE_ID,
H A DBoxInsetLayoutTest.java68 .EXTRA_LAYOUT_RESOURCE_ID, R.layout.box_inset_layout_testcase_1));
117 new Intent().putExtra(LayoutTestActivity.EXTRA_LAYOUT_RESOURCE_ID,
227 new Intent().putExtra(LayoutTestActivity.EXTRA_LAYOUT_RESOURCE_ID,
328 .EXTRA_LAYOUT_RESOURCE_ID, R.layout.box_inset_layout_testcase_4));
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DDatePickerActivity.java26 public static final String EXTRA_LAYOUT_RESOURCE_ID = "layoutResourceId"; field in class:DatePickerActivity
33 mLayoutId = getIntent().getIntExtra(EXTRA_LAYOUT_RESOURCE_ID,
H A DTimePickerActivity.java26 public static final String EXTRA_LAYOUT_RESOURCE_ID = "layoutResourceId"; field in class:TimePickerActivity
33 mLayoutId = getIntent().getIntExtra(EXTRA_LAYOUT_RESOURCE_ID,
H A DTimePickerTest.java70 if (intent.getIntExtra(DatePickerActivity.EXTRA_LAYOUT_RESOURCE_ID,
82 } else if (intent.getIntExtra(DatePickerActivity.EXTRA_LAYOUT_RESOURCE_ID,
98 intent.putExtra(DatePickerActivity.EXTRA_LAYOUT_RESOURCE_ID,
155 intent.putExtra(DatePickerActivity.EXTRA_LAYOUT_RESOURCE_ID,
212 intent.putExtra(DatePickerActivity.EXTRA_LAYOUT_RESOURCE_ID,
249 intent.putExtra(DatePickerActivity.EXTRA_LAYOUT_RESOURCE_ID,
287 intent.putExtra(DatePickerActivity.EXTRA_LAYOUT_RESOURCE_ID,
329 intent.putExtra(DatePickerActivity.EXTRA_LAYOUT_RESOURCE_ID,
371 intent.putExtra(DatePickerActivity.EXTRA_LAYOUT_RESOURCE_ID,
403 intent.putExtra(DatePickerActivity.EXTRA_LAYOUT_RESOURCE_ID,
[all...]
H A DDatePickerTest.java70 if (intent.getIntExtra(DatePickerActivity.EXTRA_LAYOUT_RESOURCE_ID,
74 } else if (intent.getIntExtra(DatePickerActivity.EXTRA_LAYOUT_RESOURCE_ID,
90 intent.putExtra(DatePickerActivity.EXTRA_LAYOUT_RESOURCE_ID,
121 intent.putExtra(DatePickerActivity.EXTRA_LAYOUT_RESOURCE_ID,
160 intent.putExtra(DatePickerActivity.EXTRA_LAYOUT_RESOURCE_ID,
178 intent.putExtra(DatePickerActivity.EXTRA_LAYOUT_RESOURCE_ID,
219 intent.putExtra(DatePickerActivity.EXTRA_LAYOUT_RESOURCE_ID,
282 intent.putExtra(DatePickerActivity.EXTRA_LAYOUT_RESOURCE_ID,
321 intent.putExtra(DatePickerActivity.EXTRA_LAYOUT_RESOURCE_ID,
H A DGridWidgetTest.java514 intent.putExtra(GridActivity.EXTRA_LAYOUT_RESOURCE_ID, R.layout.horizontal_grid);
583 intent.putExtra(GridActivity.EXTRA_LAYOUT_RESOURCE_ID, R.layout.vertical_linear);
637 intent.putExtra(GridActivity.EXTRA_LAYOUT_RESOURCE_ID, R.layout.vertical_linear);
702 intent.putExtra(GridActivity.EXTRA_LAYOUT_RESOURCE_ID, R.layout.vertical_grid);
718 intent.putExtra(GridActivity.EXTRA_LAYOUT_RESOURCE_ID,
745 intent.putExtra(GridActivity.EXTRA_LAYOUT_RESOURCE_ID,
785 intent.putExtra(GridActivity.EXTRA_LAYOUT_RESOURCE_ID, R.layout.vertical_linear);
829 intent.putExtra(GridActivity.EXTRA_LAYOUT_RESOURCE_ID, R.layout.vertical_linear);
871 intent.putExtra(GridActivity.EXTRA_LAYOUT_RESOURCE_ID, R.layout.vertical_linear);
897 intent.putExtra(GridActivity.EXTRA_LAYOUT_RESOURCE_ID,
[all...]
H A DGridActivity.java45 public static final String EXTRA_LAYOUT_RESOURCE_ID = "layoutResourceId"; field in class:GridActivity
133 mLayoutId = intent.getIntExtra(EXTRA_LAYOUT_RESOURCE_ID, R.layout.horizontal_grid);

Completed in 601 milliseconds