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()
6578 private int mViewTypeCount; field in AbsListView.FlingRunnable.RecycleBin6596 mViewTypeCount = viewTypeCount; in setViewTypeCount()6602 if (mViewTypeCount == 1) { in markChildrenDirty()6609 final int typeCount = mViewTypeCount; in markChildrenDirty()6640 if (mViewTypeCount == 1) { in clear()6644 final int typeCount = mViewTypeCount; in clear()6751 if (mViewTypeCount == 1) { in getScrapView()6822 if (mViewTypeCount == 1) { in addScrapView()6861 final boolean multipleScraps = mViewTypeCount > 1; in scrapActiveViews()6923 final int viewTypeCount = mViewTypeCount; in fullyDetachScrapViews()[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()