Searched defs:DEBUG_DRAW (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DLLand.java56 public static final boolean DEBUG_DRAW = false; // DEBUG field in class:LLand
571 if (DEBUG_DRAW) invalidate();
665 if (!DEBUG_DRAW) return;
/frameworks/base/core/java/android/view/
H A DViewGroup.java114 public static boolean DEBUG_DRAW = false; field in class:ViewGroup
503 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;
H A DViewRootImpl.java105 private static final boolean DEBUG_DRAW = false || LOCAL_LOGV; field in class:ViewRootImpl
910 if (DEBUG_DRAW) Log.v(TAG, "Invalidate child: " + dirty);
2472 if (DEBUG_ORIENTATION || DEBUG_DRAW) {
2607 if (DEBUG_ORIENTATION || DEBUG_DRAW) {
2630 if (DEBUG_DRAW) {

Completed in 4961 milliseconds