Home
last modified time | relevance | path

Searched refs:mItemCount (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DSchedulesHeaderRow.java28 private int mItemCount; field in SchedulesHeaderRow
32 mItemCount = itemCount; in SchedulesHeaderRow()
48 mItemCount = itemCount; in setItemCount()
63 return mItemCount; in getItemCount()
/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java63 private int mItemCount; field in GalleryThumbnailView
241 remaining > 0 && startPosition + i >= 0 && startPosition + i < mItemCount; in makeAndAddColumn()
489 if (childCount != mItemCount) return false; in contentFits()
511 while (nextLeft < end && pos < mItemCount) { in fillRight()
652 mOldItemCount = mItemCount = adapter != null ? adapter.getCount() : 0; in setAdapter()
864 mOldItemCount = mItemCount; in onChanged()
865 mItemCount = mAdapter.getCount(); in onChanged()