Searched refs:foldPostureInternal (Results 1 – 3 of 3) sorted by relevance
36 assertThat(foldPostureInternal(null)).isEqualTo(FoldPosture.Folded) in foldPosture_whenNull_returnsFolded()42 foldPostureInternal( in foldPosture_whenHalfOpenHorizontally_returnsTabletop()55 foldPostureInternal( in foldPosture_whenHalfOpenVertically_returnsBook()68 foldPostureInternal( in foldPosture_whenFlatAndNotSeparating_returnsFullyUnfolded()82 foldPostureInternal( in foldPosture_whenFlatAndSeparatingHorizontally_returnsTabletop()96 foldPostureInternal( in foldPosture_whenFlatAndSeparatingVertically_returnsBook()
28 import com.android.systemui.fold.ui.helper.foldPostureInternal42 value = foldPostureInternal(layoutInfo) in foldPosture()
39 fun foldPostureInternal(layoutInfo: WindowLayoutInfo?): FoldPosture { in foldPostureInternal() method