Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DSplashScreenView.java128 private Drawable mIconBackground; field in SplashScreenView.Builder
158 if (parcelable.mIconBackground != null) { in createFromParcel()
159 mIconBackground = new BitmapDrawable(mContext.getResources(), in createFromParcel()
160 parcelable.mIconBackground); in createFromParcel()
161 mParceledIconBackgroundBitmap = parcelable.mIconBackground; in createFromParcel()
214 mIconBackground = iconBackground; in setIconBackground()
287 if (mIconBackground != null) { in build()
288 imageView.setBackground(mIconBackground); in build()
330 surfaceView.setBackground(mIconBackground); in createSurfaceView()
712 private Bitmap mIconBackground; field in SplashScreenView.SplashScreenViewParcelable
[all …]