Home | History | Annotate | Download | only in ui

Lines Matching defs:totalCount

77         public int totalCount;
236 AlbumSetEntry entry, String title, int totalCount, int sourceType) {
238 || entry.totalCount != totalCount
245 int totalCount = mSource.getTotalCount(slotIndex);
255 if (isLabelChanged(entry, title, totalCount, sourceType)) {
257 entry.totalCount = totalCount;
266 slotIndex, title, totalCount, sourceType);
486 int slotIndex, String title, int totalCount, int sourceType) {
489 mTotalCount = totalCount;
548 entry.title, entry.totalCount, entry.sourceType);