Searched refs:mViewTypeCount (Results 1 – 4 of 4) 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()
6797 private int mViewTypeCount; field in AbsListView.FlingRunnable.RecycleBin6815 mViewTypeCount = viewTypeCount; in setViewTypeCount()6821 if (mViewTypeCount == 1) { in markChildrenDirty()6828 final int typeCount = mViewTypeCount; in markChildrenDirty()6860 if (mViewTypeCount == 1) { in clear()6864 final int typeCount = mViewTypeCount; in clear()6971 if (mViewTypeCount == 1) { in getScrapView()7044 if (mViewTypeCount == 1) { in addScrapView()7083 final boolean multipleScraps = mViewTypeCount > 1; in scrapActiveViews()7145 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()
80138 Landroid/widget/AbsListView$RecycleBin;->mViewTypeCount:I83761 Landroid/widget/RemoteViewsListAdapter;->mViewTypeCount:I