Searched refs:createWindowLayoutInfo (Results 1 – 3 of 3) sorted by relevance
43 createWindowLayoutInfo( in foldPosture_whenHalfOpenHorizontally_returnsTabletop()56 createWindowLayoutInfo( in foldPosture_whenHalfOpenVertically_returnsBook()69 createWindowLayoutInfo( in foldPosture_whenFlatAndNotSeparating_returnsFullyUnfolded()83 createWindowLayoutInfo( in foldPosture_whenFlatAndSeparatingHorizontally_returnsTabletop()97 createWindowLayoutInfo( in foldPosture_whenFlatAndSeparatingVertically_returnsBook()107 private fun createWindowLayoutInfo( in createWindowLayoutInfo() method
35 import static androidx.window.extensions.embedding.EmbeddingTestUtils.createWindowLayoutInfo;570 doReturn(createWindowLayoutInfo()).when(mWindowLayoutComponent) in testGetRelBoundsForPosition_useHingeFallback()589 doReturn(createWindowLayoutInfo()).when(mWindowLayoutComponent) in testGetRelBoundsForPosition_useHingeFallback()637 final WindowLayoutInfo windowLayoutInfo = createWindowLayoutInfo(); in testGetRelBoundsForPosition_useHingeSplitType()
215 static WindowLayoutInfo createWindowLayoutInfo() { in createWindowLayoutInfo() method in EmbeddingTestUtils