Searched refs:mAppIconViews (Results 1 – 1 of 1) sorted by relevance
86 private final ImageView[] mAppIconViews; field in AppEntitiesHeaderController115 mAppIconViews = new ImageView[MAXIMUM_APPS]; in AppEntitiesHeaderController()129 mAppIconViews[index] = (ImageView) appView.findViewById(R.id.app_icon); in AppEntitiesHeaderController()265 mAppIconViews[index].setImageDrawable(appEntityInfo.getIcon()); in bindAppEntityView()