package io.flutter.plugins.webviewflutter;

/* JADX INFO: loaded from: classes.dex */
public class WebViewPoint {

    /* JADX INFO: renamed from: x, reason: collision with root package name */
    private final long f6804x;

    /* JADX INFO: renamed from: y, reason: collision with root package name */
    private final long f6805y;

    public WebViewPoint(long j5, long j6) {
        this.f6804x = j5;
        this.f6805y = j6;
    }

    public long getX() {
        return this.f6804x;
    }

    public long getY() {
        return this.f6805y;
    }
}
