Home
last modified time | relevance | path

Searched refs:headerHeight (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DPinnedHeaderListView.java328 int headerHeight = header.height; in setFadingHeader() local
329 if (bottom < headerHeight) { in setFadingHeader()
330 int portion = bottom - headerHeight; in setFadingHeader()
331 header.alpha = MAX_ALPHA * (headerHeight + portion) / headerHeight; in setFadingHeader()
DContactListItemView.java623 int headerHeight = mHeaderView.getMeasuredHeight(); in onLayout() local
624 int headerTopBound = (bottomBound + topBound - headerHeight) / 2 + mTextOffsetTop; in onLayout()
630 headerTopBound + headerHeight); in onLayout()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DHtmlConversationTemplates.java131 boolean safeForImages, int headerHeight, int footerHeight) { in appendMessageHtml() argument
160 headerHeight, in appendMessageHtml()