NetMirror.apk
Download file
package com.facebook.yoga;
import org.chromium.support_lib_boundary.WebSettingsBoundaryInterface;
/* JADX INFO: loaded from: classes.dex */
public enum w {
UNDEFINED(0),
POINT(1),
PERCENT(2),
AUTO(3),
MAX_CONTENT(4),
FIT_CONTENT(5),
STRETCH(6);
/* JADX INFO: renamed from: b, reason: collision with root package name */
private final int f8377b;
w(int i3) {
this.f8377b = i3;
}
public static w b(int i3) {
switch (i3) {
case WebSettingsBoundaryInterface.ForceDarkBehavior.FORCE_DARK_ONLY /* 0 */:
return UNDEFINED;
case 1:
return POINT;
case 2:
return PERCENT;
case 3:
return AUTO;
case 4:
return MAX_CONTENT;
case 5:
return FIT_CONTENT;
case 6:
return STRETCH;
default:
throw new IllegalArgumentException("Unknown enum value: " + i3);
}
}
public int c() {
return this.f8377b;
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file