Searched refs:mIconResId (Results 1 – 9 of 9) sorted by relevance
41 private final int mIconResId; field in SystemShortcut56 mIconResId = iconResId; in SystemShortcut()64 mIconResId = other.mIconResId; in SystemShortcut()79 iconView.setBackgroundResource(mIconResId); in setIconAndLabelFor()84 view.setImageResource(mIconResId); in setIconAndContentDescriptionFor()
52 private int mIconResId; field in VolumeSeekBarPreference164 if (mIconResId != 0) { in updateIconView()165 mIconView.setImageResource(mIconResId); in updateIconView()176 if (mIconResId == resId) return; in showIcon()177 mIconResId = resId; in showIcon()
36 private int mIconResId; field in CarUiImeSearchListItem78 return mIconResId; in getIconResId()85 mIconResId = iconResId; in setIconResId()
75 private final int mIconResId; field in AppGridView.AppsAdapter80 mIconResId = iconResId; in AppsAdapter()90 final ImageView iconView = view.findViewById(mIconResId); in getView()
70 public final int mIconResId; field in SplitConfigurationOptions.SplitPositionOption79 mIconResId = iconResId; in SplitPositionOption()
87 iconResId = builder.mIconResId; in IndexData()161 private int mIconResId; field in IndexData.Builder237 mIconResId = iconResId; in setIconResId()
262 private int mIconResId; field in LoadingFrameLayout.ViewContainer306 setIcon(mIconResId); in inflateView()386 mIconResId = iconResId; in setIcon()
113 private final int mIconResId; field in AppPermissionGroup466 mIconResId = iconResId; in AppPermissionGroup()469 mIconResId = R.drawable.ic_perm_device_info; in AppPermissionGroup()559 return mIconResId;
103 super(option.mIconResId, option.mTextResId, target, taskView.getItemInfo()); in SplitSelectSystemShortcut()