Searched refs:mHwcScreenDecorationSupport (Results 1 – 1 of 1) sorted by relevance
174 protected DisplayDecorationSupport mHwcScreenDecorationSupport; field in ScreenDecorations500 mHwcScreenDecorationSupport = mContext.getDisplay().getDisplayDecorationSupport(); in startOnScreenDecorationsThread()565 || !eq(newScreenDecorationSupport, mHwcScreenDecorationSupport)) { in startOnScreenDecorationsThread()566 mHwcScreenDecorationSupport = newScreenDecorationSupport; in startOnScreenDecorationsThread()635 List<DecorProvider> decorProviders = getProviders(mHwcScreenDecorationSupport != null); in setupDecorationsInner()638 if (mHwcScreenDecorationSupport != null) { in setupDecorationsInner()842 new ScreenDecorHwcLayer(mContext, mHwcScreenDecorationSupport, mDebug); in createHwcOverlay()1119 if (mHwcScreenDecorationSupport != null) { in dump()1124 + PixelFormat.formatToString(mHwcScreenDecorationSupport.format)); in dump()1126 + alphaInterpretationToString(mHwcScreenDecorationSupport.alphaInterpretation)); in dump()[all …]