Searched refs:createWindowLayoutInfo (Results 1 – 2 of 2) sorted by relevance
33 import static androidx.window.extensions.embedding.EmbeddingTestUtils.createWindowLayoutInfo;528 doReturn(createWindowLayoutInfo()).when(mWindowLayoutComponent) in testGetRelBoundsForPosition_useHingeFallback()547 doReturn(createWindowLayoutInfo()).when(mWindowLayoutComponent) in testGetRelBoundsForPosition_useHingeFallback()595 final WindowLayoutInfo windowLayoutInfo = createWindowLayoutInfo(); in testGetRelBoundsForPosition_useHingeSplitType()
215 static WindowLayoutInfo createWindowLayoutInfo() { in createWindowLayoutInfo() method in EmbeddingTestUtils