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

/frameworks/base/core/java/android/view/
H A DViewGroup.java109 public static boolean DEBUG_DRAW = false; field in class:ViewGroup
476 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;
H A DViewRootImpl.java102 private static final boolean DEBUG_DRAW = false || LOCAL_LOGV; field in class:ViewRootImpl
854 if (DEBUG_DRAW) Log.v(TAG, "Invalidate child: " + dirty);
2354 if (DEBUG_ORIENTATION || DEBUG_DRAW) {
2455 if (DEBUG_ORIENTATION || DEBUG_DRAW) {
2478 if (DEBUG_DRAW) {

Completed in 82 milliseconds