Home
last modified time | relevance | path

Searched refs:listItem (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitCarUiProxy/plugin/src/main/java/com/chassis/car/ui/plugin/recyclerview/
DListItemUtils.java55 CarUiContentListItem listItem = new CarUiContentListItem( in toStaticListItem() local
59 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 …]
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DStylerHelper.java47 public void applyListItemStyling(View listItem, ViewGroup.LayoutParams listItemViewParamsCopy) { in applyListItemStyling() argument
48 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()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DBasicSettingPopup.java63 ArrayList<HashMap<String, Object>> listItem = in initialize() local
69 listItem.add(map); in initialize()
71 SimpleAdapter listItemAdapter = new SimpleAdapter(context, listItem, in initialize()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastCursorAdapter.java65 CellBroadcastListItem listItem = (CellBroadcastListItem) factory.inflate( in newView() local
68 listItem.bind(message); in newView()
69 return listItem; in newView()
234 CellBroadcastListItem listItem = (CellBroadcastListItem) view; in bindView() local
240 listItem.bind(message); in bindView()
/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/view/
DCameraPickerDialog.kt138 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>()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DSelectFromListWizardFragment.java253 void onListSelectionComplete(ListItem listItem); in onListSelectionComplete() argument
255 void onListFocusChanged(ListItem listItem); in onListFocusChanged() argument