HomeSort by relevance Sort by last modified time
    Searched refs:iconResId (Results 1 - 25 of 68) sorted by null

1 2 3

  /frameworks/base/core/java/android/provider/
SearchIndexableResource.java 50 * @param iconResId the resource ID associated with the data.
52 public SearchIndexableResource(int rank, int xmlResId, String className, int iconResId) {
57 this.iconResId = iconResId;
SearchIndexableData.java 86 * @see SearchIndexableData#iconResId
95 public int iconResId;
167 sb.append("iconResId: ");
168 sb.append(iconResId);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
IconEditor.java 48 Object iconResId = imageViewHolder.getTag();
49 boolean selected = item.hasValue() && item.getValue().equals(iconResId) ||
50 !item.hasValue() && iconResId == null;
66 for (final Object iconResId : displayValues) {
68 imageViewHolder.setTag(iconResId);
75 item.setValue(iconResId);
83 if (iconResId != null)
84 setImage(imageView, iconResId);
  /packages/apps/Settings/src/com/android/settings/wifi/
LongPressAccessPointPreference.java 37 UserBadgeCache cache, boolean forSavedNetworks, int iconResId, Fragment fragment) {
38 super(accessPoint, context, cache, iconResId, forSavedNetworks);
  /frameworks/base/telecomm/java/android/telecom/
StatusHints.java 43 public StatusHints(ComponentName packageName, CharSequence label, int iconResId,
45 this(label, iconResId == 0 ? null : Icon.createWithResource(packageName.getPackageName(),
46 iconResId), extras);
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
SystemShortcut.java 31 public SystemShortcut(int iconResId, int labelResId) {
32 mIconResId = iconResId;
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutParser.java 299 final int iconResId = sa.getResourceId(R.styleable.Shortcut_icon, 0);
324 iconResId,
334 int rank, int iconResId, boolean enabled) {
339 | ((iconResId != 0) ? ShortcutInfo.FLAG_HAS_ICON_RES : 0);
364 iconResId,
  /packages/apps/TV/src/com/android/tv/guide/
ProgramItemView.java 302 int iconResId = 0;
305 iconResId = R.drawable.ic_warning_white_18dp;
309 iconResId = R.drawable.ic_scheduled_recording;
312 iconResId = R.drawable.ic_recording_program;
317 setCompoundDrawablePadding(iconResId != 0 ? sCompoundDrawablePadding : 0);
318 setCompoundDrawablesRelativeWithIntrinsicBounds(0, 0, iconResId, 0);
ProgramTableAdapter.java 574 int iconResId = 0;
577 iconResId = R.drawable.ic_warning_white_12dp;
582 iconResId = R.drawable.ic_recording_program;
586 iconResId = R.drawable.ic_scheduled_white;
590 iconResId = R.drawable.ic_warning_white_12dp;
594 iconResId = 0;
598 if (iconResId == 0) {
603 mDvrIconView.setImageResource(iconResId);
    [all...]
  /packages/apps/Car/Settings/src/com/android/car/settings/sound/
VolumeControllerPresenter.java 78 int streamType, Uri sampleUri, int titleStringResId, int iconResId) {
101 ((ImageView) volumeControllerView.findViewById(R.id.icon)).setImageResource(iconResId);
  /packages/apps/Settings/src/com/android/settings/display/
AppGridView.java 70 public AppsAdapter(Context context, int layout, int textResId, int iconResId) {
73 mIconResId = iconResId;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/search/
SearchIndexableResourcesTest.java 82 assertThat(index.iconResId).isEqualTo(ICON_RES_ID);
95 assertThat(index.iconResId).isEqualTo(R.drawable.ic_settings_wireless);
  /packages/apps/Settings/src/com/android/settings/search2/
DatabaseIndexingManager.java 532 final int iconResId = cursor.getInt(COLUMN_INDEX_XML_RES_ICON_RESID);
544 sir.iconResId = iconResId;
583 final int iconResId = cursor.getInt(COLUMN_INDEX_RAW_ICON_RESID);
603 data.iconResId = iconResId;
639 .setIconResId(raw.iconResId)
732 int iconResId;
    [all...]
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
TelecomActivity.java 477 int textResId, iconResId;
481 iconResId = R.drawable.ic_drawer_dialpad;
485 iconResId = R.drawable.ic_drawer_history;
489 iconResId = R.drawable.ic_drawer_call_missed;
496 Drawable drawable = getDrawable(iconResId);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 160 public int iconResId;
302 public Builder setIconResId(final int iconResId) {
303 mIconResId = iconResId;
343 int lastSyncResult, int type, int iconResId, int notificationIconResId, String bgColor,
362 this.iconResId = iconResId;
401 iconResId = cursor.getInt(UIProvider.FOLDER_ICON_RES_ID_COLUMN);
459 iconResId = in.readInt();
495 dest.writeInt(iconResId);
648 int icon = folder.iconResId;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistManager.java 279 int iconResId = metaData.getInt(name);
280 if (iconResId != 0) {
283 v.setImageDrawable(res.getDrawable(iconResId));
  /packages/services/Telephony/src/com/android/phone/
PhoneSearchIndexablesProvider.java 62 ref[COLUMN_INDEX_XML_RES_ICON_RESID] = INDEXABLE_RES[n].iconResId;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPointPreference.java 106 int iconResId, boolean forSavedNetworks) {
114 mDefaultIconResId = iconResId;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
ShortcutParser.java 109 final int iconResId = sa.getResourceId(R.styleable.Shortcut_icon, 0);
113 c.icon = Icon.createWithResource(mPkg, iconResId);
  /packages/apps/DeskClock/src/com/android/deskclock/uidata/
UiDataModel.java 51 Tab(Class fragmentClass, @DrawableRes int iconResId, @StringRes int labelResId) {
53 mIconResId = iconResId;
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
Utils.java 122 public static Drawable applyTint(Context context, int iconResId, int attr) {
123 return applyTint(context, context.getDrawable(iconResId), attr);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSearchIndexableProvider.java 64 ref[COLUMN_INDEX_XML_RES_ICON_RESID] = INDEXABLE_RES[n].iconResId;
  /packages/apps/Settings/src/com/android/settings/search/
SettingsSearchIndexablesProvider.java 62 ref[COLUMN_INDEX_XML_RES_ICON_RESID] = val.iconResId;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/search2/
DatabaseIndexingManagerTest.java 101 private final int iconResId = 0xff;
216 assertThat(cursor.getInt(12)).isEqualTo(raw.iconResId);
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/
AppPermissionGroup.java 192 String iconPkg, int iconResId, UserHandle userHandle) {
206 if (iconResId != 0) {
208 mIconResId = iconResId;

Completed in 1137 milliseconds

1 2 3