Searched defs:album (Results 1 - 3 of 3) sorted by relevance

/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/cards/
H A DMediaCard.java129 public void setTitle(String album) { argument
130 mTitle.setText(album);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumSetPage.java207 private static boolean albumShouldOpenInFilmstrip(MediaSet album) { argument
208 int itemCount = album.getMediaItemCount();
209 ArrayList<MediaItem> list = (itemCount == 1) ? album.getMediaItem(0, 1) : null;
210 // open in film strip only if there's one item in the album and the item exists
404 // the empty album toast, otherwise show it within this
420 // Hide the empty album toast if we are in the root instance of
421 // AlbumSetPage and the album is no longer empty (for instance,
717 Log.w(TAG, "failed to load album set");
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSetSlidingWindow.java75 public MediaSet album; field in class:AlbumSetSlidingWindow.AlbumSetEntry
247 MediaSet album = mSource.getMediaSet(slotIndex);
251 entry.album = album;
252 entry.setDataVersion = getDataVersion(album);
253 entry.cacheFlag = identifyCacheFlag(album);
254 entry.cacheStatus = identifyCacheStatus(album);
255 entry.setPath = (album == null) ? null : album.getPath();
257 String title = (album
[all...]

Completed in 408 milliseconds