Searched refs:headerHeight (Results 1 – 2 of 2) sorted by relevance
328 int headerHeight = header.height; in setFadingHeader() local329 if (bottom < headerHeight) { in setFadingHeader()330 int portion = bottom - headerHeight; in setFadingHeader()331 header.alpha = MAX_ALPHA * (headerHeight + portion) / headerHeight; in setFadingHeader()
623 int headerHeight = mHeaderView.getMeasuredHeight(); in onLayout() local624 int headerTopBound = (bottomBound + topBound - headerHeight) / 2 + mTextOffsetTop; in onLayout()630 headerTopBound + headerHeight); in onLayout()