package com.bytedance.adsdk.ro.wsy;

/* JADX INFO: loaded from: classes.dex */
public class lb {
    private float fm;
    private float ro;

    public lb(float f10, float f11) {
        this.fm = f10;
        this.ro = f11;
    }

    public float fm() {
        return this.fm;
    }

    public float ro() {
        return this.ro;
    }

    public String toString() {
        return fm() + "x" + ro();
    }

    public lb() {
        this(1.0f, 1.0f);
    }

    public void fm(float f10, float f11) {
        this.fm = f10;
        this.ro = f11;
    }

    public boolean ro(float f10, float f11) {
        return this.fm == f10 && this.ro == f11;
    }
}
