Home
last modified time | relevance | path

Searched refs:mBrandingImageView (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/window/
H A DSplashScreenView.java87 private View mBrandingImageView; field in SplashScreenView
301 view.mBrandingImageView.setLayoutParams(params); in build()
302 view.mBrandingImageView.setBackground(mBrandingDrawable); in build()
304 view.mBrandingImageView.setVisibility(GONE); in build()
531 mBrandingImageView.setBackground(null); in remove()
566 mBrandingImageView.getDrawingRect(mTmpRect); in onLayout()
571 final int visibility = mBrandingImageView.getVisibility(); in onLayout()
582 (ViewGroup.MarginLayoutParams) mBrandingImageView.getLayoutParams(); in onLayout()
592 mBrandingImageView.setVisibility(GONE); in onLayout()
596 mBrandingImageView.setLayoutParams(params); in onLayout()
[all …]