---
title: "calculatePosture"
description: "Calculates the [Posture] for a given list of [FoldingFeature]s. This methods converts framework
folding info into the Material-opinionated posture info."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-android'>Android</div>


```kotlin
@ExperimentalMaterial3AdaptiveApi
fun calculatePosture(foldingFeatures: List<FoldingFeature>): Posture
```


Calculates the `Posture` for a given list of `FoldingFeature`s. This methods converts framework
folding info into the Material-opinionated posture info.



