-
- All Implemented Interfaces:
public final class LocalProvidersKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static ProvidableCompositionLocal<WindowDpSize>LocalWindowDpSizeprivate final static ProvidableCompositionLocal<Posture>LocalPostureprivate final static ProvidableCompositionLocal<WindowLayoutInfo>LocalWindowLayoutInfo
-
Method Summary
Modifier and Type Method Description final ProvidableCompositionLocal<WindowDpSize>getLocalWindowDpSize()Definition of the WindowDpSize local provider. final ProvidableCompositionLocal<Posture>getLocalPosture()Definition of the Posture local provider. final ProvidableCompositionLocal<WindowLayoutInfo>getLocalWindowLayoutInfo()Definition of the WindowLayoutInfo local provider. -
-
Method Detail
-
getLocalWindowDpSize
final ProvidableCompositionLocal<WindowDpSize> getLocalWindowDpSize()
Definition of the WindowDpSize local provider.
-
getLocalPosture
final ProvidableCompositionLocal<Posture> getLocalPosture()
Definition of the Posture local provider.
-
getLocalWindowLayoutInfo
final ProvidableCompositionLocal<WindowLayoutInfo> getLocalWindowLayoutInfo()
Definition of the WindowLayoutInfo local provider.
-
-
-
-