Home
last modified time | relevance | path

Searched refs:mCachedSectionBounds (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsGridAdapter.java206 private HashMap<String, PointF> mCachedSectionBounds = new HashMap<>(); field in AllAppsGridAdapter.GridItemDecoration
322 PointF bounds = mCachedSectionBounds.get(sectionName); in getAndCacheSectionBounds()
326 mCachedSectionBounds.put(sectionName, bounds); in getAndCacheSectionBounds()