Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsGridAdapter.java264 PointF sectionBounds = getAndCacheSectionBounds(sectionName); in onDraw() local
267 int sectionBaseline = (int) (viewTopOffset + sectionBounds.y); in onDraw()
271 x += (int) ((mSectionNamesMargin - sectionBounds.x) / 2f); in onDraw()
304 lastSectionHeight = (int) (sectionBounds.y + mSectionHeaderOffset); in onDraw()