Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleOverflowContainerView.java19 import static com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_OVERFLOW;
248 if (DEBUG_OVERFLOW) {
260 if (DEBUG_OVERFLOW) {
275 if (DEBUG_OVERFLOW) {
H A DBubbleDebugConfig.java46 static final boolean DEBUG_OVERFLOW = false; field in BubbleDebugConfig
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusIconContainer.java55 private static final boolean DEBUG_OVERFLOW = false; field in StatusIconContainer
88 setWillNotDraw(!DEBUG_OVERFLOW); in StatusIconContainer()
140 if (DEBUG_OVERFLOW) { in onDraw()
H A DNotificationIconContainer.java60 private static final boolean DEBUG_OVERFLOW = false; field in NotificationIconContainer
173 setWillNotDraw(!(DEBUG || DEBUG_OVERFLOW)); in NotificationIconContainer()
199 if (DEBUG_OVERFLOW) { in onDraw()