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.

45 lines
1.3 KiB

package p028j;
import android.content.Context;
import android.graphics.Canvas;
import android.util.AttributeSet;
import android.widget.SeekBar;
import p007c.C0485a;
/* renamed from: j.q0 */
/* loaded from: classes.dex */
public class C1184q0 extends SeekBar {
/* renamed from: d */
public final C1189r0 f2878d;
public C1184q0(Context context, AttributeSet attributeSet) {
this(context, attributeSet, C0485a.seekBarStyle);
}
public C1184q0(Context context, AttributeSet attributeSet, int i) {
super(context, attributeSet, i);
C1073b3.m2264a(this, getContext());
C1189r0 c1189r0 = new C1189r0(this);
this.f2878d = c1189r0;
c1189r0.mo1902c(attributeSet, i);
}
@Override // android.widget.AbsSeekBar, android.widget.ProgressBar, android.view.View
public void drawableStateChanged() {
super.drawableStateChanged();
this.f2878d.m1899h();
}
@Override // android.widget.AbsSeekBar, android.widget.ProgressBar, android.view.View
public void jumpDrawablesToCurrentState() {
super.jumpDrawablesToCurrentState();
this.f2878d.m1898i();
}
@Override // android.widget.AbsSeekBar, android.widget.ProgressBar, android.view.View
public synchronized void onDraw(Canvas canvas) {
super.onDraw(canvas);
this.f2878d.m1900g(canvas);
}
}