Searched refs:windowLayoutInfo (Results 1 – 5 of 5) sorted by relevance
122 final SidecarWindowLayoutInfo windowLayoutInfo = new SidecarWindowLayoutInfo(); in calculateWindowLayoutInfo() local124 return windowLayoutInfo; in calculateWindowLayoutInfo()126 windowLayoutInfo.displayFeatures = calculateDisplayFeatures(activity, featureList); in calculateWindowLayoutInfo()127 return windowLayoutInfo; in calculateWindowLayoutInfo()
36 infoTracker.windowLayoutInfo(context).collectAsStateWithLifecycle(initialValue = null) in foldPosture()
793 final WindowLayoutInfo windowLayoutInfo = mWindowLayoutComponent in computeSplitAttributes() local797 taskWindowMetrics, taskConfiguration, windowLayoutInfo, defaultSplitAttributes, in computeSplitAttributes()1245 final WindowLayoutInfo windowLayoutInfo = mWindowLayoutComponent in createParentContainerInfoFromTaskProperties() local1249 windowLayoutInfo); in createParentContainerInfoFromTaskProperties()
637 final WindowLayoutInfo windowLayoutInfo = createWindowLayoutInfo(); in testGetRelBoundsForPosition_useHingeSplitType() local638 doReturn(windowLayoutInfo).when(mWindowLayoutComponent) in testGetRelBoundsForPosition_useHingeSplitType()640 final Rect hingeBounds = windowLayoutInfo.getDisplayFeatures().get(0).getBounds(); in testGetRelBoundsForPosition_useHingeSplitType()
361 windowInfoTracker.windowLayoutInfo(this@MainActivity).collect { layoutInfo -> in onWindowLayoutInfoChange()