Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
DMLand.java61 public static final boolean DEBUG_DRAW = false; // DEBUG field in MLand
826 if (SHOW_TOUCHES || DEBUG_DRAW) invalidate();
956 if (!DEBUG_DRAW) return;
/frameworks/base/core/java/android/view/
DViewRootImpl.java148 private static final boolean DEBUG_DRAW = false || LOCAL_LOGV; field in ViewRootImpl
1467 if (DEBUG_DRAW) Log.v(mTag, "Invalidate child: " + dirty); in invalidateChildInParent()
1536 … if (DEBUG_DRAW) Log.d(mTag, "WindowStopped on " + getTitle() + " set to " + mStopped); in setWindowStopped()
3532 if (DEBUG_ORIENTATION || DEBUG_DRAW) { in draw()
3696 if (DEBUG_ORIENTATION || DEBUG_DRAW) { in drawSoftware()
3718 if (DEBUG_DRAW) { in drawSoftware()