Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DSplashScreenView.java124 private Drawable mIconBackground; field in SplashScreenView.Builder
154 if (parcelable.mIconBackground != null) { in createFromParcel()
156 parcelable.mIconBackground); in createFromParcel()
157 mParceledIconBackgroundBitmap = parcelable.mIconBackground; in createFromParcel()
210 mIconBackground = iconBackground; in setIconBackground()
283 if (mIconBackground != null) { in build()
284 imageView.setBackground(mIconBackground); in build()
326 surfaceView.setBackground(mIconBackground); in createSurfaceView()
693 private Bitmap mIconBackground; field in SplashScreenView.SplashScreenViewParcelable
764 mIconBackground = source.readTypedObject(Bitmap.CREATOR); in readParcel()
[all …]