Home | History | Annotate | Download | only in launcher2

Lines Matching defs:mIcon

59     private Bitmap mIcon;
74 mIcon = info.mIcon; // TODO: should make a copy here. maybe we don't need this ctor at all
87 mIcon = b;
91 if (mIcon == null) {
94 return mIcon;
98 mIcon = iconCache.getIcon(intent, user);
99 usingFallbackIcon = iconCache.isDefaultIcon(mIcon);
134 writeBitmap(values, mIcon);
137 writeBitmap(values, mIcon);
162 Log.d(tag, " title=\"" + info.title + " icon=" + info.mIcon