Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java174 protected DisplayDecorationSupport mHwcScreenDecorationSupport; field in ScreenDecorations
500 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 …]