package p000.p001.p002.p012.p013;

import android.view.View;
import android.view.ViewGroup;
import kotlin.TypeCastException;
import p000.p001.p002.p012.p013.SharedPreferencesOnSharedPreferenceChangeListenerC0918;
import p037.p065.p066.AbstractC1802;
import p037.p065.p066.C1829;
import p138.p176.p177.p242.p246.p251.C4303;
import p402.p411.p413.C6635;

/* JADX INFO: renamed from: ނ.֏.֏.ށ.֏.ލ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C1014 implements AbstractC1802.InterfaceC1804 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final /* synthetic */ SharedPreferencesOnSharedPreferenceChangeListenerC0918.C0922.C0923 f3895;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final /* synthetic */ int f3896;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final /* synthetic */ int f3897;

    public C1014(SharedPreferencesOnSharedPreferenceChangeListenerC0918.C0922.C0923 c0923, int i, int i2) {
        this.f3895 = c0923;
        this.f3896 = i;
        this.f3897 = i2;
    }

    @Override // p037.p065.p066.AbstractC1802.InterfaceC1804
    /* JADX INFO: renamed from: ֏ */
    public final void mo1547(AbstractC1802 abstractC1802) {
        if (abstractC1802 == null) {
            C6635.m9824("it");
            throw null;
        }
        Object objM3626 = ((C1829) abstractC1802).m3626();
        if (objM3626 == null) {
            throw new TypeCastException("null cannot be cast to non-null type kotlin.Float");
        }
        float fFloatValue = ((Float) objM3626).floatValue();
        int iM6975 = C4303.m6975(fFloatValue * (this.f3897 - r0)) + this.f3896;
        View view = this.f3895.f1326;
        C6635.m9823((Object) view, "itemView");
        ViewGroup.LayoutParams layoutParams = view.getLayoutParams();
        if (layoutParams == null) {
            throw new TypeCastException("null cannot be cast to non-null type android.view.ViewGroup.LayoutParams");
        }
        layoutParams.height = iM6975;
        view.setLayoutParams(layoutParams);
    }
}
