Searched refs:DEBUG_DRAW (Results 1 – 3 of 3) sorted by relevance
318 private static final boolean DEBUG_DRAW = false || LOCAL_LOGV; field in ViewRootImpl2521 if (DEBUG_DRAW) Log.v(mTag, "Invalidate child: " + dirty); in invalidateChildInParent()2550 if (DEBUG_DRAW) Log.v(mTag, "invalidateRectOnScreen: " + dirty); in invalidateRectOnScreen()2578 … if (DEBUG_DRAW) Log.d(mTag, "WindowStopped on " + getTitle() + " set to " + mStopped); in setWindowStopped()5232 if (DEBUG_DRAW) { in addFrameCommitCallbackIfNeeded()5237 if (DEBUG_DRAW) { in addFrameCommitCallbackIfNeeded()5563 if (DEBUG_ORIENTATION || DEBUG_DRAW) { in draw()5731 if (DEBUG_ORIENTATION || DEBUG_DRAW) { in drawSoftware()5754 if (DEBUG_DRAW) { in drawSoftware()
899 public static boolean DEBUG_DRAW = false; field in View6826 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;
62751 Landroid/view/View;->DEBUG_DRAW:Z63959 Landroid/view/ViewRootImpl;->DEBUG_DRAW:Z