Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsGridAdapter.java168 int lastSectionHeight = 0; in onDraw() local
229 if (lastSectionHeight > 0 && y <= (lastSectionTop + lastSectionHeight)) { in onDraw()
230 y += lastSectionTop - y + lastSectionHeight; in onDraw()
245 lastSectionHeight = (int) (sectionBounds.y + mSectionHeaderOffset); in onDraw()