Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
17
apk_decompiled/sources/H/d.java
Normal file
17
apk_decompiled/sources/H/d.java
Normal file
@@ -0,0 +1,17 @@
|
||||
package H;
|
||||
|
||||
import android.graphics.Bitmap;
|
||||
import android.graphics.drawable.AdaptiveIconDrawable;
|
||||
import android.graphics.drawable.Drawable;
|
||||
import android.graphics.drawable.Icon;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class d {
|
||||
public static Drawable a(Drawable drawable, Drawable drawable2) {
|
||||
return new AdaptiveIconDrawable(drawable, drawable2);
|
||||
}
|
||||
|
||||
public static Icon b(Bitmap bitmap) {
|
||||
return Icon.createWithAdaptiveBitmap(bitmap);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user