HomeSort by relevance Sort by last modified time
    Searched refs:bottomHeaderHeight (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
PinnedHeaderListAdapter.java 134 int bottomHeaderHeight = 0;
138 int position = listView.getPositionAt(listHeight - bottomHeaderHeight)
150 bottomHeaderHeight += height;
152 listView.setHeaderPinnedAtBottom(i, listHeight - bottomHeaderHeight, false);
  /packages/apps/Dialer/java/com/android/contacts/common/list/
PinnedHeaderListAdapter.java 125 int bottomHeaderHeight = 0;
129 int position = listView.getPositionAt(listHeight - bottomHeaderHeight) - headerViewsCount;
140 bottomHeaderHeight += height;
142 listView.setHeaderPinnedAtBottom(i, listHeight - bottomHeaderHeight, false);

Completed in 132 milliseconds