-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
1 parent
d9bcdca
commit 9de4677
Showing
2 changed files
with
86 additions
and
0 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,43 @@ | ||
// Signature format: 4.0 | ||
package dev.chrisbanes.haze { | ||
|
||
@androidx.compose.runtime.Stable public final class HazeArea { | ||
ctor public HazeArea(); | ||
method public long getPositionInRoot(); | ||
method public androidx.compose.ui.graphics.Shape getShape(); | ||
method public long getSize(); | ||
method public boolean isValid(); | ||
property public final boolean isValid; | ||
property public final long positionInRoot; | ||
property public final androidx.compose.ui.graphics.Shape shape; | ||
property public final long size; | ||
} | ||
|
||
public final class HazeChildKt { | ||
method public static androidx.compose.ui.Modifier hazeChild(androidx.compose.ui.Modifier, dev.chrisbanes.haze.HazeState state, optional androidx.compose.ui.graphics.Shape shape); | ||
} | ||
|
||
public final class HazeDefaults { | ||
method public float getBlurRadius(); | ||
method public float getTintAlpha(); | ||
method public long tint(long color); | ||
property public final float blurRadius; | ||
property public final float tintAlpha; | ||
field public static final dev.chrisbanes.haze.HazeDefaults INSTANCE; | ||
field public static final float noiseFactor = 0.15f; | ||
} | ||
|
||
public final class HazeKt { | ||
method public static androidx.compose.ui.Modifier haze(androidx.compose.ui.Modifier, dev.chrisbanes.haze.HazeState state, long backgroundColor, optional long tint, optional float blurRadius, optional float noiseFactor); | ||
} | ||
|
||
@androidx.compose.runtime.Stable public final class HazeState { | ||
ctor public HazeState(); | ||
method public java.util.List<dev.chrisbanes.haze.HazeArea> getAreas(); | ||
method public void registerArea(dev.chrisbanes.haze.HazeArea area); | ||
method public void unregisterArea(dev.chrisbanes.haze.HazeArea area); | ||
property public final java.util.List<dev.chrisbanes.haze.HazeArea> areas; | ||
} | ||
|
||
} | ||
|
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,43 @@ | ||
// Signature format: 4.0 | ||
package dev.chrisbanes.haze { | ||
|
||
@androidx.compose.runtime.Stable public final class HazeArea { | ||
ctor public HazeArea(); | ||
method public long getPositionInRoot(); | ||
method public androidx.compose.ui.graphics.Shape getShape(); | ||
method public long getSize(); | ||
method public boolean isValid(); | ||
property public final boolean isValid; | ||
property public final long positionInRoot; | ||
property public final androidx.compose.ui.graphics.Shape shape; | ||
property public final long size; | ||
} | ||
|
||
public final class HazeChildKt { | ||
method public static androidx.compose.ui.Modifier hazeChild(androidx.compose.ui.Modifier, dev.chrisbanes.haze.HazeState state, optional androidx.compose.ui.graphics.Shape shape); | ||
} | ||
|
||
public final class HazeDefaults { | ||
method public float getBlurRadius(); | ||
method public float getTintAlpha(); | ||
method public long tint(long color); | ||
property public final float blurRadius; | ||
property public final float tintAlpha; | ||
field public static final dev.chrisbanes.haze.HazeDefaults INSTANCE; | ||
field public static final float noiseFactor = 0.15f; | ||
} | ||
|
||
public final class HazeKt { | ||
method public static androidx.compose.ui.Modifier haze(androidx.compose.ui.Modifier, dev.chrisbanes.haze.HazeState state, long backgroundColor, optional long tint, optional float blurRadius, optional float noiseFactor); | ||
} | ||
|
||
@androidx.compose.runtime.Stable public final class HazeState { | ||
ctor public HazeState(); | ||
method public java.util.List<dev.chrisbanes.haze.HazeArea> getAreas(); | ||
method public void registerArea(dev.chrisbanes.haze.HazeArea area); | ||
method public void unregisterArea(dev.chrisbanes.haze.HazeArea area); | ||
property public final java.util.List<dev.chrisbanes.haze.HazeArea> areas; | ||
} | ||
|
||
} | ||
|