Searched refs:DEBUG_DRAW (Results 1 – 4 of 4) sorted by relevance
61 public static final boolean DEBUG_DRAW = false; // DEBUG field in MLand826 if (SHOW_TOUCHES || DEBUG_DRAW) invalidate();956 if (!DEBUG_DRAW) return;
152 private static final boolean DEBUG_DRAW = false || LOCAL_LOGV; field in ViewRootImpl1491 if (DEBUG_DRAW) Log.v(mTag, "Invalidate child: " + dirty); in invalidateChildInParent()1560 … if (DEBUG_DRAW) Log.d(mTag, "WindowStopped on " + getTitle() + " set to " + mStopped); in setWindowStopped()3689 if (DEBUG_ORIENTATION || DEBUG_DRAW) { in draw()3853 if (DEBUG_ORIENTATION || DEBUG_DRAW) { in drawSoftware()3875 if (DEBUG_DRAW) { in drawSoftware()
807 public static boolean DEBUG_DRAW = false; field in View6165 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;
77823 Landroid/view/View;->DEBUG_DRAW:Z79031 Landroid/view/ViewRootImpl;->DEBUG_DRAW:Z