blob: 2232190fce910641205967522d2d13236795de09 [file]
// Signature format: 4.0
package androidx.camera.compose {
public final class CameraXViewfinderKt {
method @BytecodeOnly @Deprecated @androidx.compose.runtime.Composable public static void CameraXViewfinder(androidx.camera.core.SurfaceRequest!, androidx.compose.ui.Modifier!, androidx.camera.viewfinder.core.ImplementationMode!, androidx.camera.viewfinder.compose.MutableCoordinateTransformer!, androidx.compose.ui.Alignment!, androidx.compose.ui.layout.ContentScale!, androidx.compose.runtime.Composer!, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void CameraXViewfinder(androidx.camera.core.SurfaceRequest, androidx.compose.ui.Modifier?, androidx.camera.viewfinder.core.ImplementationMode?, androidx.camera.viewfinder.compose.MutableCoordinateTransformer?, androidx.compose.ui.Alignment?, androidx.compose.ui.layout.ContentScale?, kotlin.jvm.functions.Function1<? super java.lang.Integer!,kotlin.Unit!>?, boolean, kotlin.jvm.functions.Function2<? super androidx.compose.ui.geometry.Offset!,? super java.lang.Integer!,kotlin.Unit!>?, long, boolean, kotlin.jvm.functions.Function1<? super java.lang.Float!,kotlin.Unit!>?, kotlin.jvm.functions.Function1<? super androidx.camera.core.ImageCapture.ScreenFlash!,kotlin.Unit!>?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int, int);
method @KotlinOnly @androidx.compose.runtime.Composable public static void CameraXViewfinder(androidx.camera.core.SurfaceRequest surfaceRequest, optional androidx.compose.ui.Modifier modifier, optional androidx.camera.viewfinder.core.ImplementationMode implementationMode, optional androidx.camera.viewfinder.compose.MutableCoordinateTransformer? coordinateTransformer, optional androidx.compose.ui.Alignment alignment, optional androidx.compose.ui.layout.ContentScale contentScale, optional kotlin.jvm.functions.Function1<java.lang.Integer,kotlin.Unit> onStreamStateChanged, optional boolean isTapToFocusEnabled, optional kotlin.jvm.functions.Function2<androidx.compose.ui.geometry.Offset,java.lang.Integer,kotlin.Unit> onTapToFocus, optional long autoCancelDurationMillis, optional boolean isPinchToZoomEnabled, optional kotlin.jvm.functions.Function1<java.lang.Float,kotlin.Unit> onZoomRatioChanged, optional kotlin.jvm.functions.Function1<androidx.camera.core.ImageCapture.ScreenFlash,kotlin.Unit> onScreenFlashReady, optional kotlin.jvm.functions.Function0<kotlin.Unit> onRelease);
}
}