Searched refs:mDrawableFactory (Results 1 – 3 of 3) sorted by relevance
52 private final IconDrawableFactory mDrawableFactory; field in RecentLocationApps57 mDrawableFactory = IconDrawableFactory.newInstance(context); in RecentLocationApps()152 Drawable icon = mDrawableFactory.getBadgedIcon(appInfo, userId); in getRequestFromOps()
133 IconDrawableFactory mDrawableFactory; field in SystemServicesProxy311 mDrawableFactory = IconDrawableFactory.newInstance(context); in SystemServicesProxy()920 return mDrawableFactory.getBadgedIcon(info, info.applicationInfo, userId); in getBadgedActivityIcon()935 return mDrawableFactory.getBadgedIcon(appInfo, userId); in getBadgedApplicationIcon()
99 final IconDrawableFactory mDrawableFactory; field in ApplicationsState137 mDrawableFactory = IconDrawableFactory.newInstance(mContext); in ApplicationsState()333 entry.ensureIconLocked(mContext, mDrawableFactory); in ensureIcon()958 if (entry.ensureIconLocked(mContext, mDrawableFactory)) { in handleMessage()