Searched refs:moduleView (Results 1 – 1 of 1) sorted by relevance
227 View moduleView = inflater.inflate(R.layout.module_layout, container, false); in getModuleView() local228 ((TextView) moduleView.findViewById(R.id.module_text)).setText(module.getStringId()); in getModuleView()229 ((ImageView) moduleView.findViewById(R.id.module_image)) in getModuleView()232 ((ImageView) moduleView.findViewById(R.id.module_image)) in getModuleView()236 moduleView.setOnClickListener(this); in getModuleView()237 moduleView.setTag(module); in getModuleView()238 return moduleView; in getModuleView()