Home
last modified time | relevance | path

Searched refs:mDecorWindowContext (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowDecoration.java132 Context mDecorWindowContext; field in WindowDecoration
237 final Resources resources = mDecorWindowContext.getResources(); in updateViewsAndSurfaces()
270 || mDecorWindowContext == null) { in inflateIfNeeded()
277 mDecorWindowContext = mContext.createConfigurationContext(mWindowDecorConfig); in inflateIfNeeded()
278 mDecorWindowContext.setTheme(mContext.getThemeResId()); in inflateIfNeeded()
280 outResult.mRootView = (T) LayoutInflater.from(mDecorWindowContext) in inflateIfNeeded()
286 outResult.mRootView = (T) LayoutInflater.from(mDecorWindowContext) in inflateIfNeeded()
357 final Resources resources = mDecorWindowContext.getResources(); in updateCaptionInsets()
399 loadDimension(mDecorWindowContext.getResources(), params.mShadowRadiusId); in updateTaskSurface()
449 mViewHost = mSurfaceControlViewHostFactory.create(mDecorWindowContext, mDisplay, in updateViewHost()
[all …]
DDragPositioningCallbackUtility.java193 if (isSizeConstraintForDesktopModeEnabled(windowDecoration.mDecorWindowContext)) { in getDefaultMinWidth()
195 windowDecoration.mDecorWindowContext.getResources(), in getDefaultMinWidth()
203 if (isSizeConstraintForDesktopModeEnabled(windowDecoration.mDecorWindowContext)) { in getDefaultMinHeight()
205 windowDecoration.mDecorWindowContext.getResources(), in getDefaultMinHeight()
DHandleMenu.java106 mContext = mParentDecor.mDecorWindowContext; in HandleMenu()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DDragPositioningCallbackUtilityTest.kt84 mockWindowDecoration.mDecorWindowContext = mockContext in <lambda>()
86 whenever(mockWindowDecoration.mDecorWindowContext.resources).thenReturn(mockResources) in <lambda>()
DHandleMenuTest.kt113 mockDesktopWindowDecoration.mDecorWindowContext = context in setUp()
DWindowDecorationTests.java420 windowDecor.mDecorWindowContext.getResources(), mCaptionMenuWidthId); in testAddViewHostViewContainer()
422 windowDecor.mDecorWindowContext.getResources(), mRelayoutParams.mCaptionHeightId); in testAddViewHostViewContainer()
936 final Resources resources = mDecorWindowContext.getResources();
DFluidResizeTaskPositionerTest.kt128 mockWindowDecoration.mDecorWindowContext = mockContext in <lambda>()
129 whenever(mockWindowDecoration.mDecorWindowContext.resources).thenReturn(mockResources) in <lambda>()