Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/
H A DWindowExtensionsImpl.java43 private volatile WindowLayoutComponentImpl mWindowLayoutComponent; field in WindowExtensionsImpl
77 if (mWindowLayoutComponent == null) { in getWindowLayoutComponentImpl()
79 if (mWindowLayoutComponent == null) { in getWindowLayoutComponentImpl()
83 mWindowLayoutComponent = new WindowLayoutComponentImpl(context, producer); in getWindowLayoutComponentImpl()
87 return mWindowLayoutComponent; in getWindowLayoutComponentImpl()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
H A DSplitPresenterTest.java116 private WindowLayoutComponentImpl mWindowLayoutComponent; field in SplitPresenterTest
123 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()
H A DSplitControllerTest.java140 private WindowLayoutComponentImpl mWindowLayoutComponent; field in SplitControllerTest
151 doReturn(new WindowLayoutInfo(new ArrayList<>())).when(mWindowLayoutComponent) in setUp()
155 mSplitController = new SplitController(mWindowLayoutComponent, producer); in setUp()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitPresenter.java142 private final WindowLayoutComponentImpl mWindowLayoutComponent; field in SplitPresenter
149 mWindowLayoutComponent = windowLayoutComponent; in SplitPresenter()
632 final WindowLayoutInfo windowLayoutInfo = mWindowLayoutComponent in computeSplitAttributes()
954 final WindowLayoutInfo info = mWindowLayoutComponent in getFoldingFeature()