Searched refs:listItem (Results 1 – 6 of 6) sorted by relevance
55 CarUiContentListItem listItem = new CarUiContentListItem( in toStaticListItem() local59 listItem.setTitle(toCarUiText(contentItem.getTitle())); in toStaticListItem()63 listItem.setBody(toCarUiText(contentItem.getBody())); in toStaticListItem()66 listItem.setIcon(contentItem.getIcon()); in toStaticListItem()67 listItem.setPrimaryIconType( in toStaticListItem()78 listItem.setSupplementalIcon(contentItem.getSupplementalIcon(), listener); in toStaticListItem()87 listItem.setOnItemClickedListener(listener); in toStaticListItem()94 listItem.setOnCheckedChangeListener((carUiContentListItem, checked) -> { in toStaticListItem()102 listItem.setActionDividerVisible(contentItem.isActionDividerVisible()); in toStaticListItem()103 listItem.setEnabled(contentItem.isEnabled()); in toStaticListItem()[all …]
47 public void applyListItemStyling(View listItem, ViewGroup.LayoutParams listItemViewParamsCopy) { in applyListItemStyling() argument48 requireNonNull(listItem); in applyListItemStyling()49 View title = listItem.findViewById(R.id.sud_items_title); in applyListItemStyling()50 View summary = listItem.findViewById(R.id.sud_items_summary); in applyListItemStyling()53 SpacingInfo listItemSpacing = new SpacingInfo(listItem, listItemViewParamsCopy); in applyListItemStyling()54 ItemStyler.applyPartnerCustomizationItemStyle(listItem); in applyListItemStyling()57 listItemSpacing.applySpacingToView(listItem); in applyListItemStyling()58 listItem.setMinimumHeight(0); in applyListItemStyling()
63 ArrayList<HashMap<String, Object>> listItem = in initialize() local69 listItem.add(map); in initialize()71 SimpleAdapter listItemAdapter = new SimpleAdapter(context, listItem, in initialize()
65 CellBroadcastListItem listItem = (CellBroadcastListItem) factory.inflate( in newView() local68 listItem.bind(message); in newView()69 return listItem; in newView()234 CellBroadcastListItem listItem = (CellBroadcastListItem) view; in bindView() local240 listItem.bind(message); in bindView()
138 private fun getCameraViewListItem(listItem: ListItem): CameraPickerListAdapter.ViewListItem { in <lambda>()141 when (listItem.cameraCategory) { in <lambda>()175 cameraId = listItem.cameraId, in <lambda>()178 selected = listItem.isSelected in <lambda>()
253 void onListSelectionComplete(ListItem listItem); in onListSelectionComplete() argument255 void onListFocusChanged(ListItem listItem); in onListFocusChanged() argument