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

/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java61 public static final boolean DEBUG_DRAW = false; // DEBUG field in class:MLand
826 if (SHOW_TOUCHES || DEBUG_DRAW) invalidate();
956 if (!DEBUG_DRAW) return;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java130 private static final boolean DEBUG_DRAW = false || LOCAL_LOGV; field in class:ViewRootImpl
1205 if (DEBUG_DRAW) Log.v(mTag, "Invalidate child: " + dirty);
1277 if (DEBUG_DRAW) Log.d(mTag, "WindowStopped on " + getTitle() + " set to " + mStopped);
2917 if (DEBUG_ORIENTATION || DEBUG_DRAW) {
3069 if (DEBUG_ORIENTATION || DEBUG_DRAW) {
3091 if (DEBUG_DRAW) {
H A DView.java777 public static boolean DEBUG_DRAW = false; field in class:View
5421 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;

Completed in 684 milliseconds