Searched defs:rootLayout (Results 1 - 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DContactListViewUtils.java43 * @param rootLayout layout that contains ListView and R.id.list_card
46 final ListView listView, final View rootLayout) {
54 rootLayout.setBackgroundResource(0);
56 View mCardView = rootLayout.findViewById(R.id.list_card);
68 // Use the rootLayout.getWidth() instead of listView.getWidth() since
72 listView, rootLayout.getWidth(), listSpaceWeight, listViewWeight);
45 applyCardPaddingToView(Resources resources, final ListView listView, final View rootLayout) argument
/packages/apps/Mms/src/com/android/mms/model/
H A DLayoutModel.java55 public LayoutModel(RegionModel rootLayout, ArrayList<RegionModel> regions) { argument
57 mRootLayout = rootLayout;
124 public void setRootLayout(RegionModel rootLayout) { argument
125 mRootLayout = rootLayout;

Completed in 666 milliseconds