Searched refs:windowLayoutInfo (Results 1 – 4 of 4) sorted by relevance
101 SidecarWindowLayoutInfo windowLayoutInfo = new SidecarWindowLayoutInfo(); in getWindowLayoutInfo() local103 return windowLayoutInfo; in getWindowLayoutInfo()105 windowLayoutInfo.displayFeatures = getDisplayFeatures(activity); in getWindowLayoutInfo()106 return windowLayoutInfo; in getWindowLayoutInfo()
595 final WindowLayoutInfo windowLayoutInfo = createWindowLayoutInfo(); in testGetRelBoundsForPosition_useHingeSplitType() local596 doReturn(windowLayoutInfo).when(mWindowLayoutComponent) in testGetRelBoundsForPosition_useHingeSplitType()598 final Rect hingeBounds = windowLayoutInfo.getDisplayFeatures().get(0).getBounds(); in testGetRelBoundsForPosition_useHingeSplitType()
632 final WindowLayoutInfo windowLayoutInfo = mWindowLayoutComponent in computeSplitAttributes() local636 taskWindowMetrics, taskConfiguration, windowLayoutInfo, defaultSplitAttributes, in computeSplitAttributes()
299 windowInfoTracker.windowLayoutInfo(this@MainActivity).collect { layoutInfo ->