Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java168 ScreenDecorHwcLayer mScreenDecorHwcLayer; field in ScreenDecorations
207 if (mScreenDecorHwcLayer != null) { in showCameraProtection()
209 mScreenDecorHwcLayer.setProtection(protectionPath, bounds); in showCameraProtection()
210 mScreenDecorHwcLayer.enableShowProtection(true); in showCameraProtection()
245 if (mScreenDecorHwcLayer != null) { in hideCameraProtection()
246 mScreenDecorHwcLayer.enableShowProtection(false); in hideCameraProtection()
374 if (mScreenDecorHwcLayer != null) {
375 mScreenDecorHwcLayer.setDebugColor(cmd.getColor());
555 if (mScreenDecorHwcLayer != null) { in startOnScreenDecorationsThread()
556 mScreenDecorHwcLayer.pendingConfigChange = true; in startOnScreenDecorationsThread()
[all …]