OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getTotalMediaItemCount
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterAlbum.java
104
public int
getTotalMediaItemCount
() {
LocalMergeAlbum.java
116
return
getTotalMediaItemCount
();
167
public int
getTotalMediaItemCount
() {
170
count += set.
getTotalMediaItemCount
();
MediaSet.java
32
//
getTotalMediaItemCount
() returns the number of all MediaItems, including
110
public int
getTotalMediaItemCount
() {
113
total += getSubMediaSet(i).
getTotalMediaItemCount
();
Completed in 38 milliseconds