Searched refs:mBrandingImageView (Results 1 – 1 of 1) sorted by relevance
94 private View mBrandingImageView; field in SplashScreenView260 view.mBrandingImageView = view.findViewById(R.id.splashscreen_branding_view); in build()295 final ViewGroup.LayoutParams params = view.mBrandingImageView.getLayoutParams(); in build()298 view.mBrandingImageView.setLayoutParams(params); in build()299 view.mBrandingImageView.setBackground(mBrandingDrawable); in build()301 view.mBrandingImageView.setVisibility(GONE); in build()310 + "\nBranding: view: " + view.mBrandingImageView + " drawable: " in build()496 mBrandingImageView.setBackground(null); in remove()619 return mBrandingImageView; in getBrandingView()