package androidx.constraintlayout.motion.widget;

/* JADX INFO: loaded from: classes.dex */
public interface CustomFloatAttributes {
    float get(String str);

    String[] getListOfAttributes();

    void set(String str, float f2);
}
