Searched refs:mGridLayoutMgr (Results 1 – 1 of 1) sorted by relevance
243 int totalSpans = mGridLayoutMgr.getSpanCount(); in getSpanSize()261 private final GridLayoutManager mGridLayoutMgr; field in AllAppsGridAdapter283 mGridLayoutMgr = new AppsGridLayoutManager(launcher); in AllAppsGridAdapter()284 mGridLayoutMgr.setSpanSizeLookup(mGridSizer); in AllAppsGridAdapter()303 mGridLayoutMgr.setSpanCount(totalSpans); in setAppsPerRow()343 return mGridLayoutMgr; in getLayoutManager()