Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/fold/ui/helper/
DFoldPostureTest.kt43 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
/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
DSplitPresenterTest.java35 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()
DEmbeddingTestUtils.java215 static WindowLayoutInfo createWindowLayoutInfo() { in createWindowLayoutInfo() method in EmbeddingTestUtils