Home
last modified time | relevance | path

Searched refs:windowLayoutInfo (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/sidecar/
H A DSampleSidecarImpl.java101 SidecarWindowLayoutInfo windowLayoutInfo = new SidecarWindowLayoutInfo(); in getWindowLayoutInfo() local
103 return windowLayoutInfo; in getWindowLayoutInfo()
105 windowLayoutInfo.displayFeatures = getDisplayFeatures(activity); in getWindowLayoutInfo()
106 return windowLayoutInfo; in getWindowLayoutInfo()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
H A DSplitPresenterTest.java595 final WindowLayoutInfo windowLayoutInfo = createWindowLayoutInfo(); in testGetRelBoundsForPosition_useHingeSplitType() local
596 doReturn(windowLayoutInfo).when(mWindowLayoutComponent) in testGetRelBoundsForPosition_useHingeSplitType()
598 final Rect hingeBounds = windowLayoutInfo.getDisplayFeatures().get(0).getBounds(); in testGetRelBoundsForPosition_useHingeSplitType()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitPresenter.java632 final WindowLayoutInfo windowLayoutInfo = mWindowLayoutComponent in computeSplitAttributes() local
636 taskWindowMetrics, taskConfiguration, windowLayoutInfo, defaultSplitAttributes, in computeSplitAttributes()
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
H A DMainActivity.kt299 windowInfoTracker.windowLayoutInfo(this@MainActivity).collect { layoutInfo ->