Searched refs:totalHeight (Results 1 – 3 of 3) sorted by relevance
142 int totalHeight = getIntrinsicHeight(); in draw() local148 canvas.drawRect(0, 0, totalWidth, totalHeight, paint); in draw()153 totalHeight - logoPaddingBottom - logoHeight, in draw()155 totalHeight - logoPaddingBottom); in draw()158 totalHeight - logoPaddingBottom - logoHeight, in draw()160 totalHeight - logoPaddingBottom); in draw()
203 int totalHeight = getPaddingTop() + getTop(rowCount) + getPaddingBottom(); in getAvailableScrollHeight() local204 int availableScrollHeight = totalHeight - getVisibleHeight(); in getAvailableScrollHeight()
1061 int totalHeight) { in measureChildBeforeLayout() argument1063 heightMeasureSpec, totalHeight); in measureChildBeforeLayout()