Searched refs:mIconBitmap (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/window/ |
H A D | SplashScreenView.java | 148 if (mSurfacePackage == null && parcelable.mIconBitmap != null) { in createFromParcel() 151 mIconDrawable = new BitmapDrawable(mContext.getResources(), parcelable.mIconBitmap); in createFromParcel() 152 mParceledIconBitmap = parcelable.mIconBitmap; in createFromParcel() 695 private Bitmap mIconBitmap = null; field in SplashScreenView.SplashScreenViewParcelable 714 mIconBitmap = iconView != null in SplashScreenViewParcelable() 758 mIconBitmap = source.readTypedObject(Bitmap.CREATOR); in readParcel() 778 dest.writeTypedObject(mIconBitmap, flags); in writeToParcel() 803 if (mIconBitmap != null) { in clearIfNeeded() 804 mIconBitmap.recycle(); in clearIfNeeded() 805 mIconBitmap = null; in clearIfNeeded()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | SubscriptionInfo.java | 242 private Bitmap mIconBitmap; field in SubscriptionInfo 360 this.mIconBitmap = icon; in SubscriptionInfo() 398 this.mIconBitmap = builder.mIconBitmap; in SubscriptionInfo() 502 if (mIconBitmap == null) { in createIconBitmap() 503 mIconBitmap = BitmapFactory.decodeResource(context.getResources(), in createIconBitmap() 506 int width = mIconBitmap.getWidth(); in createIconBitmap() 507 int height = mIconBitmap.getHeight(); in createIconBitmap() 518 canvas.drawBitmap(mIconBitmap, 0, 0, paint); in createIconBitmap() 1111 private Bitmap mIconBitmap = null; field in SubscriptionInfo.Builder 1257 mIconBitmap = info.mIconBitmap; in Builder() [all …]
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashscreenIconDrawableFactory.java | 107 private Bitmap mIconBitmap; field in SplashscreenIconDrawableFactory.ImmobileIconDrawable 124 mIconBitmap = Bitmap.createBitmap(size, size, Bitmap.Config.ARGB_8888); in preDrawIcon() 125 final Canvas canvas = new Canvas(mIconBitmap); in preDrawIcon() 135 if (mIconBitmap != null) { in draw() 136 canvas.drawBitmap(mIconBitmap, mMatrix, mPaint); in draw()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 55337 Landroid/telephony/SubscriptionInfo;->mIconBitmap:Landroid/graphics/Bitmap;
|