Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DPinnedHeaderListAdapter.java134 int bottomHeaderHeight = 0; in configurePinnedHeaders() local
138 int position = listView.getPositionAt(listHeight - bottomHeaderHeight) in configurePinnedHeaders()
150 bottomHeaderHeight += height; in configurePinnedHeaders()
152 listView.setHeaderPinnedAtBottom(i, listHeight - bottomHeaderHeight, false); in configurePinnedHeaders()