HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_OVERFLOW (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusIconContainer.java 51 private static final boolean DEBUG_OVERFLOW = false;
77 setWillNotDraw(!DEBUG_OVERFLOW);
124 if (DEBUG_OVERFLOW) {
NotificationIconContainer.java 59 private static final boolean DEBUG_OVERFLOW = false;
167 setWillNotDraw(!(DEBUG || DEBUG_OVERFLOW));
184 if (DEBUG_OVERFLOW) {

Completed in 83 milliseconds