Searched refs:mGridLayoutMgr (Results 1 – 1 of 1) sorted by relevance
244 int totalSpans = mGridLayoutMgr.getSpanCount(); in getSpanSize()262 private final GridLayoutManager mGridLayoutMgr; field in AllAppsGridAdapter286 mGridLayoutMgr = new AppsGridLayoutManager(launcher); in AllAppsGridAdapter()287 mGridLayoutMgr.setSpanSizeLookup(mGridSizer); in AllAppsGridAdapter()307 mGridLayoutMgr.setSpanCount(totalSpans); in setAppsPerRow()347 return mGridLayoutMgr; in getLayoutManager()