72 lines
2.2 KiB
Java
72 lines
2.2 KiB
Java
package o;
|
|
|
|
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class kkh extends C0743NnU<pJr> {
|
|
public kkh(pJr pjr) {
|
|
super(pjr);
|
|
}
|
|
|
|
@Override // o.C0743NnU
|
|
public final String d(int i) {
|
|
if (i == 1) {
|
|
return a(1, "Auto", "Night-scene", "Manual", null, "Multiple");
|
|
}
|
|
if (i == 2) {
|
|
return a(2, "Good", "Better", "Best");
|
|
}
|
|
if (i == 3) {
|
|
return d(3, 2, "Custom", "Auto");
|
|
}
|
|
if (i == 4) {
|
|
return d(4, 1, "Auto", "Flash On", null, "Flash Off", null, "Red-eye Reduction");
|
|
}
|
|
if (i == 7) {
|
|
return a(7, "Auto", "Daylight", "Shade", "Tungsten", "Fluorescent", "Manual");
|
|
}
|
|
if (i != 20) {
|
|
if (i != 23) {
|
|
switch (i) {
|
|
case 10:
|
|
Float a = ((pJr) this.a).a(10);
|
|
if (a == null) {
|
|
return null;
|
|
}
|
|
return a.floatValue() == BitmapDescriptorFactory.HUE_RED ? "Off" : Float.toString(a.floatValue());
|
|
case 11:
|
|
return a(11, "Normal", "Soft", "Hard");
|
|
case 12:
|
|
return a(12, "Normal", "Low", "High");
|
|
case 13:
|
|
return a(13, "Normal", "Low", "High");
|
|
default:
|
|
return super.d(i);
|
|
}
|
|
}
|
|
return d(23, 1, "Normal", "Black & White", "Sepia");
|
|
}
|
|
Integer j = ((pJr) this.a).j(20);
|
|
if (j == null) {
|
|
return null;
|
|
}
|
|
int intValue = j.intValue();
|
|
if (intValue == 10) {
|
|
return "ISO 100";
|
|
}
|
|
if (intValue == 16) {
|
|
return "ISO 200";
|
|
}
|
|
if (intValue == 100) {
|
|
return "ISO 100";
|
|
}
|
|
if (intValue == 200) {
|
|
return "ISO 200";
|
|
}
|
|
StringBuilder sb = new StringBuilder("Unknown (");
|
|
sb.append(j);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
}
|