NetMirror.apk
Download file
package androidx.appcompat.widget;
import android.graphics.Canvas;
import android.graphics.ColorFilter;
import android.graphics.Outline;
import android.graphics.drawable.Drawable;
/* JADX INFO: renamed from: androidx.appcompat.widget.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
class C0213b extends Drawable {
/* JADX INFO: renamed from: a, reason: collision with root package name */
final ActionBarContainer f4091a;
/* JADX INFO: renamed from: androidx.appcompat.widget.b$a */
private static class a {
public static void a(Drawable drawable, Outline outline) {
drawable.getOutline(outline);
}
}
public C0213b(ActionBarContainer actionBarContainer) {
this.f4091a = actionBarContainer;
}
@Override // android.graphics.drawable.Drawable
public void draw(Canvas canvas) {
ActionBarContainer actionBarContainer = this.f4091a;
if (actionBarContainer.f3665i) {
Drawable drawable = actionBarContainer.f3664h;
if (drawable != null) {
drawable.draw(canvas);
return;
}
return;
}
Drawable drawable2 = actionBarContainer.f3662f;
if (drawable2 != null) {
drawable2.draw(canvas);
}
ActionBarContainer actionBarContainer2 = this.f4091a;
Drawable drawable3 = actionBarContainer2.f3663g;
if (drawable3 == null || !actionBarContainer2.f3666j) {
return;
}
drawable3.draw(canvas);
}
@Override // android.graphics.drawable.Drawable
public int getOpacity() {
return 0;
}
@Override // android.graphics.drawable.Drawable
public void getOutline(Outline outline) {
ActionBarContainer actionBarContainer = this.f4091a;
if (actionBarContainer.f3665i) {
if (actionBarContainer.f3664h != null) {
a.a(actionBarContainer.f3662f, outline);
}
} else {
Drawable drawable = actionBarContainer.f3662f;
if (drawable != null) {
a.a(drawable, outline);
}
}
}
@Override // android.graphics.drawable.Drawable
public void setAlpha(int i3) {
}
@Override // android.graphics.drawable.Drawable
public void setColorFilter(ColorFilter colorFilter) {
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file