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

/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java62 public static final boolean DEBUG_DRAW = false; // DEBUG field in class:MLand
827 if (SHOW_TOUCHES || DEBUG_DRAW) invalidate();
957 if (!DEBUG_DRAW) return;
/frameworks/base/core/java/android/view/
H A DViewGroup.java117 public static boolean DEBUG_DRAW = false; field in class:ViewGroup
579 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;
H A DViewRootImpl.java107 private static final boolean DEBUG_DRAW = false || LOCAL_LOGV; field in class:ViewRootImpl
943 if (DEBUG_DRAW) Log.v(TAG, "Invalidate child: " + dirty);
2554 if (DEBUG_ORIENTATION || DEBUG_DRAW) {
2692 if (DEBUG_ORIENTATION || DEBUG_DRAW) {
2714 if (DEBUG_DRAW) {

Completed in 271 milliseconds