Home | History | Annotate | Download | only in widget

Lines Matching refs:typeCount

189                 int typeCount = adapter.getViewTypeCount();
190 if (mViews == null || typeCount != mViews.length) {
191 mViews = new List[typeCount];
192 for (int i = 0; i < typeCount; i++) {