Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DContactListViewUtils.java19 int listSpaceWeight, int listViewWeight) in addPaddingToView() argument
21 if (listSpaceWeight > 0 && listViewWeight > 0) { in addPaddingToView()
23 (listSpaceWeight * 2 + listViewWeight); in addPaddingToView()
51 final int listViewWeight = resources.getInteger( in applyCardPaddingToView() local
53 if (listSpaceWeight > 0 && listViewWeight > 0) { in applyCardPaddingToView()
72 listView, rootLayout.getWidth(), listSpaceWeight, listViewWeight); in applyCardPaddingToView()