Home
last modified time | relevance | path

Searched refs:toHalfwayPosture (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/fold/ui/helper/
DFoldPosture.kt46 FoldingFeature.State.HALF_OPENED -> foldingFeature.orientation.toHalfwayPosture() in foldPostureInternal()
50 foldingFeature.orientation.toHalfwayPosture() in foldPostureInternal()
59 private fun FoldingFeature.Orientation.toHalfwayPosture(): FoldPosture { in FoldingFeature() method