Home
last modified time | relevance | path

Searched refs:getCurrentWindowLayoutInfo (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
DSplitPresenterTest.java131 .getCurrentWindowLayoutInfo(anyInt(), any()); in setUp()
554 .getCurrentWindowLayoutInfo(anyInt(), any()); in testGetRelBoundsForPosition_useHingeFallback()
571 .getCurrentWindowLayoutInfo(anyInt(), any()); in testGetRelBoundsForPosition_useHingeFallback()
590 .getCurrentWindowLayoutInfo(anyInt(), any()); in testGetRelBoundsForPosition_useHingeFallback()
639 .getCurrentWindowLayoutInfo(anyInt(), any()); in testGetRelBoundsForPosition_useHingeSplitType()
DOverlayPresentationTest.java142 .getCurrentWindowLayoutInfo(anyInt(), any()); in setUp()
DSplitControllerTest.java174 .getCurrentWindowLayoutInfo(anyInt(), any()); in setUp()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitPresenter.java794 .getCurrentWindowLayoutInfo(taskProperties.getDisplayId(), in computeSplitAttributes()
1135 .getCurrentWindowLayoutInfo(displayId, windowConfiguration); in getFoldingFeature()
1246 .getCurrentWindowLayoutInfo(taskProperties.getDisplayId(), in createParentContainerInfoFromTaskProperties()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/
DWindowLayoutComponentImpl.java295 public WindowLayoutInfo getCurrentWindowLayoutInfo(int displayId, in getCurrentWindowLayoutInfo() method in WindowLayoutComponentImpl