Initial import of ADIF API reverse-engineering toolkit

This commit is contained in:
2025-12-16 08:37:56 +01:00
commit 60388529c1
11486 changed files with 1086536 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
package s2;
import android.graphics.Outline;
import android.view.View;
import android.view.ViewOutlineProvider;
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
import com.google.android.material.chip.Chip;
/* renamed from: s2.b, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0609b extends ViewOutlineProvider {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ Chip f8412a;
public C0609b(Chip chip) {
this.f8412a = chip;
}
@Override // android.view.ViewOutlineProvider
public final void getOutline(View view, Outline outline) {
C0612e c0612e = this.f8412a.f5616e;
if (c0612e != null) {
c0612e.getOutline(outline);
} else {
outline.setAlpha(BitmapDescriptorFactory.HUE_RED);
}
}
}