Searched refs:totalSpans (Results 1 – 1 of 1) sorted by relevance
184 int totalSpans = mAppsPerRow; in setAppsPerRow() local186 if (totalSpans % itemPerRow != 0) { in setAppsPerRow()187 totalSpans *= itemPerRow; in setAppsPerRow()190 mGridLayoutMgr.setSpanCount(totalSpans); in setAppsPerRow()205 int totalSpans = mGridLayoutMgr.getSpanCount(); in getSpanSize() local208 return totalSpans; in getSpanSize()212 return totalSpans / mAppsPerRow; in getSpanSize()215 return totalSpans / mAdapterProvider.getItemsPerRow(viewType, mAppsPerRow); in getSpanSize()219 return totalSpans; in getSpanSize()