blob: 742107f1717cd72f6447e05fab736cacc419d88d [file] [log] [blame]
// Signature format: 4.0
package androidx.compose.ui.viewinterop {
public final class AndroidViewBindingKt {
method @androidx.compose.runtime.Composable public static <T extends androidx.viewbinding.ViewBinding> void AndroidViewBinding(kotlin.jvm.functions.Function3<? super android.view.LayoutInflater,? super android.view.ViewGroup,? super java.lang.Boolean,? extends T> factory, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function1<? super T,kotlin.Unit> update);
}
}
package androidx.compose.ui.viewinterop.databinding {
public final class TestLayoutBinding implements androidx.viewbinding.ViewBinding {
method public static androidx.compose.ui.viewinterop.databinding.TestLayoutBinding bind(android.view.View);
method public android.widget.LinearLayout getRoot();
method public static androidx.compose.ui.viewinterop.databinding.TestLayoutBinding inflate(android.view.LayoutInflater);
method public static androidx.compose.ui.viewinterop.databinding.TestLayoutBinding inflate(android.view.LayoutInflater, android.view.ViewGroup?, boolean);
field public final android.widget.FrameLayout second;
}
}