Searched refs:mWindowLayoutComponent (Results 1 – 5 of 5) sorted by relevance
66 private volatile WindowLayoutComponentImpl mWindowLayoutComponent; field in WindowExtensionsImpl130 if (mWindowLayoutComponent == null) { in getWindowLayoutComponentImpl()132 if (mWindowLayoutComponent == null) { in getWindowLayoutComponentImpl()136 mWindowLayoutComponent = new WindowLayoutComponentImpl(context, producer); in getWindowLayoutComponentImpl()140 return mWindowLayoutComponent; in getWindowLayoutComponentImpl()
124 private WindowLayoutComponentImpl mWindowLayoutComponent; field in SplitPresenterTest130 doReturn(new WindowLayoutInfo(new ArrayList<>())).when(mWindowLayoutComponent) in setUp()134 mController = new SplitController(mWindowLayoutComponent, producer); in setUp()553 doReturn(new WindowLayoutInfo(new ArrayList<>())).when(mWindowLayoutComponent) in testGetRelBoundsForPosition_useHingeFallback()570 doReturn(createWindowLayoutInfo()).when(mWindowLayoutComponent) in testGetRelBoundsForPosition_useHingeFallback()589 doReturn(createWindowLayoutInfo()).when(mWindowLayoutComponent) in testGetRelBoundsForPosition_useHingeFallback()638 doReturn(windowLayoutInfo).when(mWindowLayoutComponent) in testGetRelBoundsForPosition_useHingeSplitType()
134 private WindowLayoutComponentImpl mWindowLayoutComponent; field in OverlayPresentationTest141 doReturn(new WindowLayoutInfo(new ArrayList<>())).when(mWindowLayoutComponent) in setUp()145 mSplitController = new SplitController(mWindowLayoutComponent, producer); in setUp()
156 private WindowLayoutComponentImpl mWindowLayoutComponent; field in SplitControllerTest173 doReturn(new WindowLayoutInfo(new ArrayList<>())).when(mWindowLayoutComponent) in setUp()177 mSplitController = new SplitController(mWindowLayoutComponent, producer); in setUp()
144 private final WindowLayoutComponentImpl mWindowLayoutComponent; field in SplitPresenter151 mWindowLayoutComponent = windowLayoutComponent; in SplitPresenter()793 final WindowLayoutInfo windowLayoutInfo = mWindowLayoutComponent in computeSplitAttributes()1134 final WindowLayoutInfo info = mWindowLayoutComponent in getFoldingFeature()1245 final WindowLayoutInfo windowLayoutInfo = mWindowLayoutComponent in createParentContainerInfoFromTaskProperties()