mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-27 09:32:27 -06:00
23 lines
775 B
Java
23 lines
775 B
Java
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);
|
|
}
|