Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DLogConfig.java60 public static final boolean DEBUG_WINDOW = DEBUG_ALL || false; field in LogConfig
DScreenshotController.java28 import static com.android.systemui.screenshot.LogConfig.DEBUG_WINDOW;
497 if (DEBUG_WINDOW) { in prepareViewForNewScreenshot()
587 if (DEBUG_WINDOW) { in reloadAssets()
711 if (DEBUG_WINDOW) { in attachWindow()
728 if (DEBUG_WINDOW) { in removeWindow()
996 if (DEBUG_WINDOW) { in setWindowFocusable()
1006 if (DEBUG_WINDOW) { in setWindowFocusable()
DScreenshotShelfViewProxy.kt47 import com.android.systemui.screenshot.LogConfig.DEBUG_WINDOW in <lambda>()
116 debugLog(DEBUG_WINDOW) { "adding OnComputeInternalInsetsListener" } in <lambda>()
270 debugLog(DEBUG_WINDOW) { "onPreDraw: startAnimation" } in <lambda>()
DLegacyScreenshotViewProxy.kt96 if (LogConfig.DEBUG_WINDOW) {
174 if (LogConfig.DEBUG_WINDOW) { in announceForAccessibility()
DScreenshotView.java27 import static com.android.systemui.screenshot.LogConfig.DEBUG_WINDOW;
1036 if (DEBUG_WINDOW) { in reset()