Searched refs:mDecorWindowContext (Results 1 – 7 of 7) sorted by relevance
132 Context mDecorWindowContext; field in WindowDecoration237 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 …]
193 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()
106 mContext = mParentDecor.mDecorWindowContext; in HandleMenu()
84 mockWindowDecoration.mDecorWindowContext = mockContext in <lambda>()86 whenever(mockWindowDecoration.mDecorWindowContext.resources).thenReturn(mockResources) in <lambda>()
113 mockDesktopWindowDecoration.mDecorWindowContext = context in setUp()
420 windowDecor.mDecorWindowContext.getResources(), mCaptionMenuWidthId); in testAddViewHostViewContainer()422 windowDecor.mDecorWindowContext.getResources(), mRelayoutParams.mCaptionHeightId); in testAddViewHostViewContainer()936 final Resources resources = mDecorWindowContext.getResources();
128 mockWindowDecoration.mDecorWindowContext = mockContext in <lambda>()129 whenever(mockWindowDecoration.mDecorWindowContext.resources).thenReturn(mockResources) in <lambda>()