1// Signature format: 4.0
2package androidx.compose.ui.tooling {
3
4  @Deprecated public final class ComposableInvoker {
5    method @Deprecated @SuppressCompatibility @androidx.compose.ui.ExperimentalComposeUiApi public void invokeComposable(String className, String methodName, androidx.compose.runtime.Composer composer, java.lang.Object?... args);
6    field @Deprecated public static final androidx.compose.ui.tooling.ComposableInvoker INSTANCE;
7  }
8
9  public final class InspectableKt {
10    method @Deprecated @androidx.compose.runtime.Composable public static void InInspectionModeOnly(kotlin.jvm.functions.Function0<kotlin.Unit> content);
11  }
12
13  public final class PreviewActivity extends androidx.activity.ComponentActivity implements androidx.lifecycle.LifecycleOwner {
14    ctor public PreviewActivity();
15  }
16
17}
18
19package androidx.compose.ui.tooling.animation {
20
21  public final class ToolingState<T> implements androidx.compose.runtime.State<T> {
22    ctor public ToolingState(T default);
23    method public T getValue();
24    method public void setValue(T);
25    property public T value;
26  }
27
28}
29
30