Searched defs:getMediaItemCount (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DComboAlbum.java45 int size = set.getMediaItemCount();
61 public int getMediaItemCount() { method in class:ComboAlbum
64 count += set.getMediaItemCount();
H A DFilterSet.java59 public int getMediaItemCount() { method in class:FilterSet
93 if (filteredSet.getMediaItemCount() > 0
101 final int total = mBaseSet.getMediaItemCount();
H A DClusterAlbum.java64 public int getMediaItemCount() { method in class:ClusterAlbum
H A DLocalMergeAlbum.java84 public int getMediaItemCount() { method in class:LocalMergeAlbum
H A DMtpDevice.java142 public int getMediaItemCount() { method in class:MtpDevice
H A DLocalAlbum.java203 public int getMediaItemCount() { method in class:LocalAlbum
H A DMediaSet.java29 // getMediaItemCount(), getMediaItem() and
60 public int getMediaItemCount() { method in class:MediaSet
69 // getMediaItemCount() because the contents of database may have already
98 int total = getMediaItemCount();
194 int total = getMediaItemCount();
/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
H A DMockSet.java45 public int getMediaItemCount() { method in class:MockSet
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DVideoEditorProject.java427 public int getMediaItemCount() { method in class:VideoEditorProject

Completed in 828 milliseconds