Searched refs:lastSectionHeight (Results 1 – 1 of 1) sorted by relevance
168 int lastSectionHeight = 0; in onDraw() local229 if (lastSectionHeight > 0 && y <= (lastSectionTop + lastSectionHeight)) { in onDraw()230 y += lastSectionTop - y + lastSectionHeight; in onDraw()245 lastSectionHeight = (int) (sectionBounds.y + mSectionHeaderOffset); in onDraw()