Searched refs:mIconBackground (Results 1 – 1 of 1) sorted by relevance
124 private Drawable mIconBackground; field in SplashScreenView.Builder154 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.SplashScreenViewParcelable764 mIconBackground = source.readTypedObject(Bitmap.CREATOR); in readParcel()[all …]