Home
last modified time | relevance | path

Searched refs:getSelectionModePrompt (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DDialogPicker.java31 setTitle(GalleryUtils.getSelectionModePrompt(typeBits)); in onCreate()
H A DAlbumPage.java549 actionBar.setTitle(GalleryUtils.getSelectionModePrompt(typeBits)); in onCreateActionBar()
H A DAlbumSetPage.java538 mActionBar.setTitle(GalleryUtils.getSelectionModePrompt(typeBits)); in onCreateActionBar()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DGalleryUtils.java378 public static int getSelectionModePrompt(int typeBits) { in getSelectionModePrompt() method in GalleryUtils