-
- All Implemented Interfaces:
public final class StateExtensionsKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static State<WindowLayoutInfo>windowLayoutInfoStateprivate final static State<WindowLayoutInfo>windowLayoutInfoStateprivate final static State<Posture>postureStateprivate final static State<Posture>postureState
-
Method Summary
Modifier and Type Method Description final State<Posture>getPostureState()final State<Posture>getPostureState()final static State<WindowLayoutInfo>windowLayoutInfoState(WindowInfoTracker $self, Activity activity)Returns a State of the WindowLayoutInfo. -
-
Method Detail
-
getPostureState
@Composable() final State<Posture> getPostureState()
-
getPostureState
@Composable() final State<Posture> getPostureState()
-
windowLayoutInfoState
@Composable() final static State<WindowLayoutInfo> windowLayoutInfoState(WindowInfoTracker $self, Activity activity)
Returns a State of the WindowLayoutInfo.
-
-
-
-