Searched refs:mWindowLayoutComponent (Results 1 – 4 of 4) sorted by relevance
43 private volatile WindowLayoutComponentImpl mWindowLayoutComponent; field in WindowExtensionsImpl77 if (mWindowLayoutComponent == null) { in getWindowLayoutComponentImpl()79 if (mWindowLayoutComponent == null) { in getWindowLayoutComponentImpl()83 mWindowLayoutComponent = new WindowLayoutComponentImpl(context, producer); in getWindowLayoutComponentImpl()87 return mWindowLayoutComponent; in getWindowLayoutComponentImpl()
116 private WindowLayoutComponentImpl mWindowLayoutComponent; field in SplitPresenterTest123 doReturn(new WindowLayoutInfo(new ArrayList<>())).when(mWindowLayoutComponent) in setUp()127 mController = new SplitController(mWindowLayoutComponent, producer); in setUp()511 doReturn(new WindowLayoutInfo(new ArrayList<>())).when(mWindowLayoutComponent) in testGetRelBoundsForPosition_useHingeFallback()528 doReturn(createWindowLayoutInfo()).when(mWindowLayoutComponent) in testGetRelBoundsForPosition_useHingeFallback()547 doReturn(createWindowLayoutInfo()).when(mWindowLayoutComponent) in testGetRelBoundsForPosition_useHingeFallback()596 doReturn(windowLayoutInfo).when(mWindowLayoutComponent) in testGetRelBoundsForPosition_useHingeSplitType()
140 private WindowLayoutComponentImpl mWindowLayoutComponent; field in SplitControllerTest151 doReturn(new WindowLayoutInfo(new ArrayList<>())).when(mWindowLayoutComponent) in setUp()155 mSplitController = new SplitController(mWindowLayoutComponent, producer); in setUp()
142 private final WindowLayoutComponentImpl mWindowLayoutComponent; field in SplitPresenter149 mWindowLayoutComponent = windowLayoutComponent; in SplitPresenter()632 final WindowLayoutInfo windowLayoutInfo = mWindowLayoutComponent in computeSplitAttributes()954 final WindowLayoutInfo info = mWindowLayoutComponent in getFoldingFeature()