Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
H A DSplitPresenterTest.java33 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()
H A DEmbeddingTestUtils.java215 static WindowLayoutInfo createWindowLayoutInfo() { in createWindowLayoutInfo() method in EmbeddingTestUtils