Searched refs:firstHeaderTop (Results 1 – 1 of 1) sorted by relevance
526 int firstHeaderTop = firstChild != null ? firstChild.getTop() : 0; in dispatchDraw() local527 firstHeader.y = Math.max(firstHeader.y, firstHeaderTop); in dispatchDraw()