Searched refs:rootLayout (Results 1 – 4 of 4) sorted by relevance
46 final ListView listView, final View rootLayout) { in applyCardPaddingToView() argument54 rootLayout.setBackgroundResource(0); in applyCardPaddingToView()56 View mCardView = rootLayout.findViewById(R.id.list_card); in applyCardPaddingToView()72 listView, rootLayout.getWidth(), listSpaceWeight, listViewWeight); in applyCardPaddingToView()
55 public LayoutModel(RegionModel rootLayout, ArrayList<RegionModel> regions) { in LayoutModel() argument57 mRootLayout = rootLayout; in LayoutModel()124 public void setRootLayout(RegionModel rootLayout) { in setRootLayout() argument125 mRootLayout = rootLayout; in setRootLayout()
126 RegionModel rootLayout = new RegionModel( in createFromPduBody() local141 LayoutModel layouts = new LayoutModel(rootLayout, regions); in createFromPduBody()
650 setupOnScreenControls(findViewById(R.id.rootLayout), mImageView); in onCreate()