Searched refs:DEBUG_DRAW (Results 1 – 3 of 3) sorted by relevance
264 private static final boolean DEBUG_DRAW = false || LOCAL_LOGV; field in ViewRootImpl2298 if (DEBUG_DRAW) Log.v(mTag, "Invalidate child: " + dirty); in invalidateChildInParent()2327 if (DEBUG_DRAW) Log.v(mTag, "invalidateRectOnScreen: " + dirty); in invalidateRectOnScreen()2355 … if (DEBUG_DRAW) Log.d(mTag, "WindowStopped on " + getTitle() + " set to " + mStopped); in setWindowStopped()4765 if (DEBUG_DRAW) { in addFrameCommitCallbackIfNeeded()4770 if (DEBUG_DRAW) { in addFrameCommitCallbackIfNeeded()5046 if (DEBUG_ORIENTATION || DEBUG_DRAW) { in draw()5211 if (DEBUG_ORIENTATION || DEBUG_DRAW) { in drawSoftware()5234 if (DEBUG_DRAW) { in drawSoftware()
859 public static boolean DEBUG_DRAW = false; field in View6525 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;
63394 Landroid/view/View;->DEBUG_DRAW:Z64602 Landroid/view/ViewRootImpl;->DEBUG_DRAW:Z