Skip to content

Commit

Permalink
Update API files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes committed Dec 7, 2023
1 parent acbee43 commit e16b2c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions haze-jetpack-compose/api/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ package dev.chrisbanes.haze {

@androidx.compose.runtime.Stable public final class HazeState {
ctor public HazeState();
method public void clearArea(Object key);
method public java.util.Set<dev.chrisbanes.haze.HazeArea> getAreas();
method public void updateArea(Object key, androidx.compose.ui.geometry.Rect bounds, androidx.compose.ui.graphics.Shape shape);
property public final java.util.Set<dev.chrisbanes.haze.HazeArea> areas;
Expand Down
1 change: 1 addition & 0 deletions haze/api/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ package dev.chrisbanes.haze {

@androidx.compose.runtime.Stable public final class HazeState {
ctor public HazeState();
method public void clearArea(Object key);
method public java.util.Set<dev.chrisbanes.haze.HazeArea> getAreas();
method public void updateArea(Object key, androidx.compose.ui.geometry.Rect bounds, androidx.compose.ui.graphics.Shape shape);
property public final java.util.Set<dev.chrisbanes.haze.HazeArea> areas;
Expand Down

0 comments on commit e16b2c4

Please sign in to comment.