30 lines
942 B
Java
30 lines
942 B
Java
package o;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class mVd extends C0743NnU<wOp> {
|
|
public mVd(wOp wop) {
|
|
super(wop);
|
|
}
|
|
|
|
@Override // o.C0743NnU
|
|
public final String d(int i) {
|
|
if (i == 8) {
|
|
String o2 = ((wOp) this.a).o(8);
|
|
if (o2 == null || o2.length() == 0) {
|
|
return null;
|
|
}
|
|
char charAt = o2.charAt(0);
|
|
return charAt != 'A' ? charAt != 'M' ? charAt != 'P' ? charAt != 'S' ? o2 : "Shutter Speed Priority AE" : "Program AE" : "Manual" : "Aperture Priority AE";
|
|
}
|
|
if (i != 9) {
|
|
return super.d(i);
|
|
}
|
|
String o3 = ((wOp) this.a).o(9);
|
|
if (o3 == null || o3.length() == 0) {
|
|
return null;
|
|
}
|
|
char charAt2 = o3.charAt(0);
|
|
return charAt2 != '8' ? charAt2 != 'A' ? charAt2 != 'C' ? o3 : "Center Weighted Average" : "Average" : "Multi Segment";
|
|
}
|
|
}
|