You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
135 lines
4.2 KiB
135 lines
4.2 KiB
package p072y0;
|
|
|
|
import android.content.res.Resources;
|
|
import android.graphics.PorterDuff;
|
|
import android.graphics.Rect;
|
|
import android.graphics.Region;
|
|
import android.graphics.drawable.Drawable;
|
|
import p001a0.C0012f;
|
|
import p001a0.InterfaceC0009d0;
|
|
|
|
/* renamed from: y0.k */
|
|
/* loaded from: classes.dex */
|
|
public abstract class AbstractC1854k extends Drawable implements InterfaceC0009d0 {
|
|
|
|
/* renamed from: d */
|
|
public Drawable f4608d;
|
|
|
|
@Override // android.graphics.drawable.Drawable
|
|
public void applyTheme(Resources.Theme theme) {
|
|
Drawable drawable = this.f4608d;
|
|
if (drawable != null) {
|
|
C0012f.m5098a(drawable, theme);
|
|
}
|
|
}
|
|
|
|
@Override // android.graphics.drawable.Drawable
|
|
public void clearColorFilter() {
|
|
Drawable drawable = this.f4608d;
|
|
if (drawable != null) {
|
|
drawable.clearColorFilter();
|
|
} else {
|
|
super.clearColorFilter();
|
|
}
|
|
}
|
|
|
|
@Override // android.graphics.drawable.Drawable
|
|
public Drawable getCurrent() {
|
|
Drawable drawable = this.f4608d;
|
|
return drawable != null ? drawable.getCurrent() : super.getCurrent();
|
|
}
|
|
|
|
@Override // android.graphics.drawable.Drawable
|
|
public int getMinimumHeight() {
|
|
Drawable drawable = this.f4608d;
|
|
return drawable != null ? drawable.getMinimumHeight() : super.getMinimumHeight();
|
|
}
|
|
|
|
@Override // android.graphics.drawable.Drawable
|
|
public int getMinimumWidth() {
|
|
Drawable drawable = this.f4608d;
|
|
return drawable != null ? drawable.getMinimumWidth() : super.getMinimumWidth();
|
|
}
|
|
|
|
@Override // android.graphics.drawable.Drawable
|
|
public boolean getPadding(Rect rect) {
|
|
Drawable drawable = this.f4608d;
|
|
return drawable != null ? drawable.getPadding(rect) : super.getPadding(rect);
|
|
}
|
|
|
|
@Override // android.graphics.drawable.Drawable
|
|
public int[] getState() {
|
|
Drawable drawable = this.f4608d;
|
|
return drawable != null ? drawable.getState() : super.getState();
|
|
}
|
|
|
|
@Override // android.graphics.drawable.Drawable
|
|
public Region getTransparentRegion() {
|
|
Drawable drawable = this.f4608d;
|
|
return drawable != null ? drawable.getTransparentRegion() : super.getTransparentRegion();
|
|
}
|
|
|
|
@Override // android.graphics.drawable.Drawable
|
|
public void jumpToCurrentState() {
|
|
Drawable drawable = this.f4608d;
|
|
if (drawable != null) {
|
|
C0012f.m5091h(drawable);
|
|
}
|
|
}
|
|
|
|
@Override // android.graphics.drawable.Drawable
|
|
public boolean onLevelChange(int i) {
|
|
Drawable drawable = this.f4608d;
|
|
return drawable != null ? drawable.setLevel(i) : super.onLevelChange(i);
|
|
}
|
|
|
|
@Override // android.graphics.drawable.Drawable
|
|
public void setChangingConfigurations(int i) {
|
|
Drawable drawable = this.f4608d;
|
|
if (drawable != null) {
|
|
drawable.setChangingConfigurations(i);
|
|
} else {
|
|
super.setChangingConfigurations(i);
|
|
}
|
|
}
|
|
|
|
@Override // android.graphics.drawable.Drawable
|
|
public void setColorFilter(int i, PorterDuff.Mode mode) {
|
|
Drawable drawable = this.f4608d;
|
|
if (drawable != null) {
|
|
drawable.setColorFilter(i, mode);
|
|
} else {
|
|
super.setColorFilter(i, mode);
|
|
}
|
|
}
|
|
|
|
@Override // android.graphics.drawable.Drawable
|
|
public void setFilterBitmap(boolean z) {
|
|
Drawable drawable = this.f4608d;
|
|
if (drawable != null) {
|
|
drawable.setFilterBitmap(z);
|
|
}
|
|
}
|
|
|
|
@Override // android.graphics.drawable.Drawable
|
|
public void setHotspot(float f, float f2) {
|
|
Drawable drawable = this.f4608d;
|
|
if (drawable != null) {
|
|
C0012f.m5089j(drawable, f, f2);
|
|
}
|
|
}
|
|
|
|
@Override // android.graphics.drawable.Drawable
|
|
public void setHotspotBounds(int i, int i2, int i3, int i4) {
|
|
Drawable drawable = this.f4608d;
|
|
if (drawable != null) {
|
|
C0012f.m5088k(drawable, i, i2, i3, i4);
|
|
}
|
|
}
|
|
|
|
@Override // android.graphics.drawable.Drawable
|
|
public boolean setState(int[] iArr) {
|
|
Drawable drawable = this.f4608d;
|
|
return drawable != null ? drawable.setState(iArr) : super.setState(iArr);
|
|
}
|
|
} |