[go: nahoru, domu]

blob: a3e6340856bd510085d6356e35337d71552e0f3b [file] [log] [blame]
// Signature format: 3.0
package androidx.compose.animation.tooling {
public interface ComposeAnimation {
method public Object getAnimation();
method public String? getLabel();
method public default java.util.Set<java.lang.Object> getStates();
method public androidx.compose.animation.tooling.ComposeAnimationType getType();
}
public enum ComposeAnimationType {
method public static androidx.compose.animation.tooling.ComposeAnimationType valueOf(String name) throws java.lang.IllegalArgumentException;
method public static androidx.compose.animation.tooling.ComposeAnimationType[] values();
enum_constant public static final androidx.compose.animation.tooling.ComposeAnimationType ANIMATED_VALUE;
enum_constant public static final androidx.compose.animation.tooling.ComposeAnimationType TRANSITION_ANIMATION;
}
}