Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsGridAdapter.java226 int lastSectionTop = 0; in onDraw() local
288 if (lastSectionHeight > 0 && y <= (lastSectionTop + lastSectionHeight)) { in onDraw()
289 y += lastSectionTop - y + lastSectionHeight; in onDraw()
303 lastSectionTop = y; in onDraw()