Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DCompositeListAdapter.java40 private int mViewTypeCount = 0; field in CompositeListAdapter
96 mViewTypeCount += viewTypeCount; in addAdapter()
121 mViewTypeCount = 0; in ensureCacheValid()
128 mViewTypeCount += viewTypeCount; in ensureCacheValid()
170 return mViewTypeCount; in getViewTypeCount()
/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java776 private int mViewTypeCount; field in GalleryThumbnailView.RecycleBin
786 if (viewTypeCount == mViewTypeCount) { in setViewTypeCount()
794 mViewTypeCount = viewTypeCount; in setViewTypeCount()
799 final int typeCount = mViewTypeCount; in clear()