Skip to content

Commit

Permalink
Regenerate public API surface
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Nov 13, 2024
1 parent 29f9b5a commit ff4fc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zoomable/api/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ package me.saket.telephoto.zoomable {
method public void setAutoApplyTransformations(boolean);
method public void setContentAlignment(androidx.compose.ui.Alignment);
method public void setContentLocation(me.saket.telephoto.zoomable.ZoomableContentLocation location);
method @Deprecated public default suspend Object? setContentLocation(me.saket.telephoto.zoomable.ZoomableContentLocation location, kotlin.coroutines.Continuation<? super kotlin.Unit>);
method @Deprecated public suspend void setContentLocation(me.saket.telephoto.zoomable.ZoomableContentLocation location);
method public void setContentScale(androidx.compose.ui.layout.ContentScale);
method public suspend Object? zoomBy(float zoomFactor, optional long centroid, optional androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec, optional kotlin.coroutines.Continuation<? super kotlin.Unit>);
method public suspend Object? zoomTo(float zoomFactor, optional long centroid, optional androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec, optional kotlin.coroutines.Continuation<? super kotlin.Unit>);
Expand Down

0 comments on commit ff4fc5b

Please sign in to comment.