Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusIconContainer.java53 private static final boolean DEBUG_OVERFLOW = false; field in StatusIconContainer
81 setWillNotDraw(!DEBUG_OVERFLOW); in StatusIconContainer()
128 if (DEBUG_OVERFLOW) { in onDraw()
DNotificationIconContainer.java60 private static final boolean DEBUG_OVERFLOW = false; field in NotificationIconContainer
169 setWillNotDraw(!(DEBUG || DEBUG_OVERFLOW)); in NotificationIconContainer()
186 if (DEBUG_OVERFLOW) { in onDraw()