Searched refs:lastSectionHeight (Results 1 – 1 of 1) sorted by relevance
227 int lastSectionHeight = 0; in onDraw() local288 if (lastSectionHeight > 0 && y <= (lastSectionTop + lastSectionHeight)) { in onDraw()289 y += lastSectionTop - y + lastSectionHeight; in onDraw()304 lastSectionHeight = (int) (sectionBounds.y + mSectionHeaderOffset); in onDraw()