Rabbit-R1/android (non root)/java/sources/androidx/constraintlayout/motion/widget/CustomFloatAttributes.java

11 lines
224 B
Java
Raw Normal View History

2024-05-21 16:08:36 -05:00
package androidx.constraintlayout.motion.widget;
/* loaded from: classes.dex */
public interface CustomFloatAttributes {
float get(String str);
String[] getListOfAttributes();
void set(String str, float f);
}