Searched refs:DEBUG_DRAW (Results 1 – 3 of 3) sorted by relevance
234 private static final boolean DEBUG_DRAW = false || LOCAL_LOGV; field in ViewRootImpl1872 if (DEBUG_DRAW) Log.v(mTag, "Invalidate child: " + dirty); in invalidateChildInParent()1928 … if (DEBUG_DRAW) Log.d(mTag, "WindowStopped on " + getTitle() + " set to " + mStopped); in setWindowStopped()4157 if (DEBUG_DRAW) { in addFrameCommitCallbackIfNeeded()4162 if (DEBUG_DRAW) { in addFrameCommitCallbackIfNeeded()4453 if (DEBUG_ORIENTATION || DEBUG_DRAW) { in draw()4617 if (DEBUG_ORIENTATION || DEBUG_DRAW) { in drawSoftware()4639 if (DEBUG_DRAW) { in drawSoftware()
841 public static boolean DEBUG_DRAW = false; field in View6326 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;
66717 Landroid/view/View;->DEBUG_DRAW:Z67925 Landroid/view/ViewRootImpl;->DEBUG_DRAW:Z