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

24 lines
775 B
Java
Raw Normal View History

2024-05-21 16:08:36 -05:00
package androidx.constraintlayout.motion.widget;
/* compiled from: DesignTool.java */
/* loaded from: classes.dex */
interface ProxyInterface {
int designAccess(int i, String str, Object obj, float[] fArr, int i2, float[] fArr2, int i3);
float getKeyFramePosition(Object obj, int i, float f, float f2);
Object getKeyframeAtLocation(Object obj, float f, float f2);
Boolean getPositionKeyframe(Object obj, Object obj2, float f, float f2, String[] strArr, float[] fArr);
long getTransitionTimeMs();
void setAttributes(int i, String str, Object obj, Object obj2);
void setKeyFrame(Object obj, int i, String str, Object obj2);
boolean setKeyFramePosition(Object obj, int i, int i2, float f, float f2);
void setToolPosition(float f);
}