Searched refs:mIconResId (Results 1 – 8 of 8) sorted by relevance
52 private int mIconResId; field in VolumeSeekBarPreference169 if (mIconResId != 0) { in updateIconView()170 mIconView.setImageResource(mIconResId); in updateIconView()181 if (mIconResId == resId) return; in showIcon()182 mIconResId = resId; in showIcon()
37 private final Integer mIconResId; field in SeekbarLineItem64 mIconResId = iconResId; in SeekbarLineItem()78 if (mIconResId != null) { in bindViewHolder()80 viewHolder.iconView.setImageResource(mIconResId); in bindViewHolder()
30 private final int mIconResId; field in SystemShortcut34 mIconResId = iconResId; in SystemShortcut()39 return context.getResources().getDrawable(mIconResId, context.getTheme()); in getIcon()
68 private final int mIconResId; field in AppGridView.AppsAdapter73 mIconResId = iconResId; in AppsAdapter()83 final ImageView iconView = (ImageView) view.findViewById(mIconResId); in getView()
48 private final @DrawableRes int mIconResId; field in UiDataModel.Tab53 mIconResId = iconResId; in Tab()58 public @DrawableRes int getIconResId() { return mIconResId; } in getIconResId()
57 private final int mIconResId; field in AppPermissionGroup208 mIconResId = iconResId; in AppPermissionGroup()211 mIconResId = R.drawable.ic_perm_device_info; in AppPermissionGroup()280 return mIconResId; in getIconResId()
219 private int mIconResId; field in Folder.Builder233 mLastSyncResult, mType, mIconResId, mNotificationIconResId, mBgColor, in build()303 mIconResId = iconResId; in setIconResId()
1081 iconResId = builder.mIconResId; in DatabaseRow()1118 private int mIconResId; field in DatabaseIndexingManager.DatabaseRow.Builder1187 mIconResId = iconResId; in setIconResId()