Searched refs:mCachedSectionBounds (Results 1 – 1 of 1) sorted by relevance
206 private HashMap<String, PointF> mCachedSectionBounds = new HashMap<>(); field in AllAppsGridAdapter.GridItemDecoration322 PointF bounds = mCachedSectionBounds.get(sectionName); in getAndCacheSectionBounds()326 mCachedSectionBounds.put(sectionName, bounds); in getAndCacheSectionBounds()