Searched refs:headerHeight (Results 1 – 3 of 3) 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()
131 boolean safeForImages, int headerHeight, int footerHeight) { in appendMessageHtml() argument160 headerHeight, in appendMessageHtml()