androidx.compose.material3.adaptive
Classes
HingeInfo |
A class that contains the info of a hinge relevant to a |
Cmn
|
Posture |
Posture info that can help make layout adaptation decisions. |
Cmn
|
WindowAdaptiveInfo |
This class collects window info that affects adaptation decisions. |
Cmn
|
Annotations
Composables
collectFoldingFeaturesAsState |
Collects the current window folding features from |
android
|
currentWindowAdaptiveInfo |
Calculates and returns |
Cmn
|
currentWindowAdaptiveInfoV2 |
Calculates and returns |
Cmn
|
currentWindowDpSize |
Returns and automatically update the current window size in |
Cmn
|
currentWindowSize |
Returns and automatically update the current window size. |
Cmn
|
Extension properties summary
List<Rect> |
Returns the list of all horizontal hinge bounds. |
Cmn
|
List<Rect> |
Returns the list of all vertical hinge bounds. |
Cmn
|
List<Rect> |
Returns the list of horizontal hinge bounds that are occluding. |
Cmn
|
List<Rect> |
Returns the list of vertical hinge bounds that are occluding. |
Cmn
|
List<Rect> |
Returns the list of horizontal hinge bounds that are separating. |
Cmn
|
List<Rect> |
Returns the list of vertical hinge bounds that are separating. |
Cmn
|
Extension properties
Posture.allHorizontalHingeBounds
val Posture.allHorizontalHingeBounds: List<Rect>
Returns the list of all horizontal hinge bounds.
Posture.allVerticalHingeBounds
val Posture.allVerticalHingeBounds: List<Rect>
Returns the list of all vertical hinge bounds.
Posture.occludingHorizontalHingeBounds
val Posture.occludingHorizontalHingeBounds: List<Rect>
Returns the list of horizontal hinge bounds that are occluding.
Posture.occludingVerticalHingeBounds
val Posture.occludingVerticalHingeBounds: List<Rect>
Returns the list of vertical hinge bounds that are occluding.
Posture.separatingHorizontalHingeBounds
val Posture.separatingHorizontalHingeBounds: List<Rect>
Returns the list of horizontal hinge bounds that are separating.
Posture.separatingVerticalHingeBounds
val Posture.separatingVerticalHingeBounds: List<Rect>
Returns the list of vertical hinge bounds that are separating.