37 lines
681 B
Java
37 lines
681 B
Java
package o;
|
|
|
|
import android.graphics.drawable.Drawable;
|
|
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract class Uoq {
|
|
public Drawable c;
|
|
private Object d;
|
|
public float e;
|
|
|
|
public Uoq() {
|
|
this.e = BitmapDescriptorFactory.HUE_RED;
|
|
this.d = null;
|
|
this.c = null;
|
|
}
|
|
|
|
private Uoq(float f) {
|
|
this.d = null;
|
|
this.c = null;
|
|
this.e = f;
|
|
}
|
|
|
|
public Uoq(float f, Object obj) {
|
|
this(f);
|
|
this.d = obj;
|
|
}
|
|
|
|
public final void a(Object obj) {
|
|
this.d = obj;
|
|
}
|
|
|
|
public final Object a() {
|
|
return this.d;
|
|
}
|
|
}
|