package c.p.a; import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: Alert.kt */ public final class d extends o implements Function0 { public final /* synthetic */ b this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public d(b bVar) { super(0); this.this$0 = bVar; } /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public Integer mo1invoke() { return Integer.valueOf(this.this$0.getResources().getDimensionPixelSize(this.this$0.getResources().getIdentifier("navigation_bar_height", "dimen", "android"))); } }