Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DSplashScreenView.java138 private Drawable mIconBackground; field in SplashScreenView.Builder
166 if (parcelable.mIconBackground != null) { in createFromParcel()
167 mIconBackground = new BitmapDrawable(mContext.getResources(), in createFromParcel()
168 parcelable.mIconBackground); in createFromParcel()
169 mParceledIconBackgroundBitmap = parcelable.mIconBackground; in createFromParcel()
222 mIconBackground = iconBackground; in setIconBackground()
281 if (mIconBackground != null) { in build()
282 imageView.setBackground(mIconBackground); in build()
321 surfaceView.setBackground(mIconBackground); in createSurfaceView()
651 private Bitmap mIconBackground; field in SplashScreenView.SplashScreenViewParcelable
[all …]