Home
last modified time | relevance | path

Searched refs:mWindowLayoutComponent (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/
DWindowExtensionsImpl.java66 private volatile WindowLayoutComponentImpl mWindowLayoutComponent; field in WindowExtensionsImpl
130 if (mWindowLayoutComponent == null) { in getWindowLayoutComponentImpl()
132 if (mWindowLayoutComponent == null) { in getWindowLayoutComponentImpl()
136 mWindowLayoutComponent = new WindowLayoutComponentImpl(context, producer); in getWindowLayoutComponentImpl()
140 return mWindowLayoutComponent; in getWindowLayoutComponentImpl()
/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
DSplitPresenterTest.java124 private WindowLayoutComponentImpl mWindowLayoutComponent; field in SplitPresenterTest
130 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()
DOverlayPresentationTest.java134 private WindowLayoutComponentImpl mWindowLayoutComponent; field in OverlayPresentationTest
141 doReturn(new WindowLayoutInfo(new ArrayList<>())).when(mWindowLayoutComponent) in setUp()
145 mSplitController = new SplitController(mWindowLayoutComponent, producer); in setUp()
DSplitControllerTest.java156 private WindowLayoutComponentImpl mWindowLayoutComponent; field in SplitControllerTest
173 doReturn(new WindowLayoutInfo(new ArrayList<>())).when(mWindowLayoutComponent) in setUp()
177 mSplitController = new SplitController(mWindowLayoutComponent, producer); in setUp()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitPresenter.java144 private final WindowLayoutComponentImpl mWindowLayoutComponent; field in SplitPresenter
151 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()