Searched refs:IconType (Results 1 – 8 of 8) sorted by relevance
33 public enum IconType { enum in ContentListItemOEMV186 private final IconType mPrimaryIconType;138 public IconType getPrimaryIconType() { in getPrimaryIconType()243 private IconType mPrimaryIconType = IconType.STANDARD;308 public Builder setIcon(Drawable icon, IconType type) { in setIcon()
59 public enum IconType { enum in CarUiContentListItem119 private IconType mPrimaryIconType;134 mPrimaryIconType = IconType.STANDARD; in CarUiContentListItem()230 public IconType getPrimaryIconType() { in getPrimaryIconType()239 public void setPrimaryIconType(@NonNull IconType icon) { in setPrimaryIconType()
47 public @interface IconType {} annotation in LockIconView54 private @IconType int mIconType;170 public void updateIcon(@IconType int icon, boolean aod) { in updateIcon()177 private static int[] getLockIconState(@IconType int icon, boolean aod) { in getLockIconState()204 private String typeToString(@IconType int type) { in typeToString()
542 private static ContentListItemOEMV1.IconType toOemListItemIconType(543 CarUiContentListItem.IconType iconType) {546 return ContentListItemOEMV1.IconType.CONTENT;548 return ContentListItemOEMV1.IconType.STANDARD;550 return ContentListItemOEMV1.IconType.AVATAR;
99 item.setPrimaryIconType(CarUiContentListItem.IconType.CONTENT); in generateSampleData()107 item.setPrimaryIconType(CarUiContentListItem.IconType.AVATAR); in generateSampleData()196 item.setPrimaryIconType(CarUiContentListItem.IconType.CONTENT); in generateSampleData()
111 public @interface IconType { annotation in Icon151 @IconType
463 searchItem.setPrimaryIconType(CarUiContentListItem.IconType.CONTENT); in loadSearchItems()
374 item.setPrimaryIconType(CarUiContentListItem.IconType.AVATAR); in testItem_withListener()