Searched refs:getGalleryIcon (Results 1 – 3 of 3) sorted by relevance
47 public static Drawable getGalleryIcon(Context context, Intent galleryIntent) { in getGalleryIcon() method in IntentHelper48 return GalleryHelper.getGalleryIcon(context, galleryIntent); in getGalleryIcon()
40 public static Drawable getGalleryIcon(Context context, Intent galleryIntent) { in getGalleryIcon() method in GalleryHelper
2290 Drawable galleryLogo = IntentHelper.getGalleryIcon(mAppContext, mGalleryIntent); in onCreateOptionsMenu()