Home
last modified time | relevance | path

Searched refs:getGalleryIcon (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/util/
DIntentHelper.java47 public static Drawable getGalleryIcon(Context context, Intent galleryIntent) { in getGalleryIcon() method in IntentHelper
48 return GalleryHelper.getGalleryIcon(context, galleryIntent); in getGalleryIcon()
/packages/apps/Camera2/src_pd/com/android/camera/util/
DGalleryHelper.java40 public static Drawable getGalleryIcon(Context context, Intent galleryIntent) { in getGalleryIcon() method in GalleryHelper
/packages/apps/Camera2/src/com/android/camera/
DCameraActivity.java2333 Drawable galleryLogo = IntentHelper.getGalleryIcon(mAppContext, mGalleryIntent); in onCreateOptionsMenu()