Home
last modified time | relevance | path

Searched refs:headerHeight (Results 1 – 2 of 2) 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()