Searched refs:mViewTypeCount (Results 1 – 3 of 3) sorted by relevance
33 private int mViewTypeCount; field in RemoteViewsListAdapter39 mViewTypeCount = viewTypeCount; in RemoteViewsListAdapter()59 if (mViewTypes.size() > mViewTypeCount || mViewTypeCount < 1) { in init()114 return mViewTypeCount; in getViewTypeCount()
6396 private int mViewTypeCount; field in AbsListView.FlingRunnable.RecycleBin6414 mViewTypeCount = viewTypeCount; in setViewTypeCount()6420 if (mViewTypeCount == 1) { in markChildrenDirty()6427 final int typeCount = mViewTypeCount; in markChildrenDirty()6458 if (mViewTypeCount == 1) { in clear()6462 final int typeCount = mViewTypeCount; in clear()6569 if (mViewTypeCount == 1) { in getScrapView()6640 if (mViewTypeCount == 1) { in addScrapView()6679 final boolean multipleScraps = mViewTypeCount > 1; in scrapActiveViews()6744 final int viewTypeCount = mViewTypeCount; in pruneScrapViews()[all …]
1462 private int mViewTypeCount; field in StaggeredGridView.RecycleBin1472 if (viewTypeCount == mViewTypeCount) { in setViewTypeCount()1480 mViewTypeCount = viewTypeCount; in setViewTypeCount()1485 final int typeCount = mViewTypeCount; in clear()