package v;

import android.widget.Magnifier;

/* JADX INFO: renamed from: v.K0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class C2987K0 implements InterfaceC2983I0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Magnifier f24742a;

    public C2987K0(Magnifier magnifier) {
        this.f24742a = magnifier;
    }

    @Override // v.InterfaceC2983I0
    public void a(long j4, long j6) {
        this.f24742a.show(Float.intBitsToFloat((int) (j4 >> 32)), Float.intBitsToFloat((int) (j4 & 4294967295L)));
    }

    public final void b() {
        this.f24742a.dismiss();
    }

    public final long c() {
        return (((long) this.f24742a.getHeight()) & 4294967295L) | (((long) this.f24742a.getWidth()) << 32);
    }

    public final void d() {
        this.f24742a.update();
    }
}
