-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
65 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
// Signature format: 4.0 | ||
package me.saket.telephoto.zoomable { | ||
|
||
@androidx.compose.runtime.Stable public fun interface ZoomableOverlaidPeekDecoration { | ||
method @androidx.compose.runtime.Composable public void Decorate(me.saket.telephoto.zoomable.ZoomableOverlaidPeekState state, kotlin.jvm.functions.Function0<kotlin.Unit> innerContent); | ||
field public static final me.saket.telephoto.zoomable.ZoomableOverlaidPeekDecoration.Companion Companion; | ||
} | ||
|
||
public static final class ZoomableOverlaidPeekDecoration.Companion { | ||
method @androidx.compose.runtime.Stable public me.saket.telephoto.zoomable.ZoomableOverlaidPeekDecoration scrim(optional long color); | ||
} | ||
|
||
public final class ZoomableOverlaidPeekKt { | ||
method public static androidx.compose.ui.Modifier zoomableOverlaidPeek(androidx.compose.ui.Modifier, me.saket.telephoto.zoomable.ZoomableOverlaidPeekState state, optional me.saket.telephoto.zoomable.ZoomableOverlaidPeekDecoration overlayDecoration); | ||
} | ||
|
||
@androidx.compose.runtime.Stable public sealed interface ZoomableOverlaidPeekState { | ||
method public me.saket.telephoto.zoomable.ZoomableState getZoomableState(); | ||
method public boolean isZoomedIn(); | ||
property public abstract boolean isZoomedIn; | ||
property public abstract me.saket.telephoto.zoomable.ZoomableState zoomableState; | ||
} | ||
|
||
public final class ZoomableOverlaidPeekStateKt { | ||
method @androidx.compose.runtime.Composable public static me.saket.telephoto.zoomable.ZoomableOverlaidPeekState rememberZoomableOverlayState(); | ||
} | ||
|
||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters