Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DIndexerListAdapter.java176 View topChild = getViewAtVisiblePosition(listView, listPosition); in configurePinnedHeaders() local
177 if (topChild != null) { in configurePinnedHeaders()
179 mHeader.setMinimumHeight(topChild.getMeasuredHeight()); in configurePinnedHeaders()