Searched refs:appEntitiesHeaderView (Results 1 – 1 of 1) sorted by relevance
103 @NonNull View appEntitiesHeaderView) { in newInstance() argument104 return new AppEntitiesHeaderController(context, appEntitiesHeaderView); in newInstance()107 private AppEntitiesHeaderController(Context context, View appEntitiesHeaderView) { in AppEntitiesHeaderController() argument109 mHeaderTitleView = appEntitiesHeaderView.findViewById(R.id.header_title); in AppEntitiesHeaderController()110 mHeaderDetailsView = appEntitiesHeaderView.findViewById(R.id.header_details); in AppEntitiesHeaderController()111 mHeaderEmptyView = appEntitiesHeaderView.findViewById(R.id.empty_view); in AppEntitiesHeaderController()112 mAppViewsContainer = appEntitiesHeaderView.findViewById(R.id.app_views_container); in AppEntitiesHeaderController()120 appEntitiesHeaderView.findViewById(R.id.app1_view), in AppEntitiesHeaderController()121 appEntitiesHeaderView.findViewById(R.id.app2_view), in AppEntitiesHeaderController()122 appEntitiesHeaderView.findViewById(R.id.app3_view) in AppEntitiesHeaderController()