Home
last modified time | relevance | path

Searched refs:DEBUG_DRAW (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
DCollapsingTextHelper.java44 private static final boolean DEBUG_DRAW = false;
47 DEBUG_DRAW_PAINT = DEBUG_DRAW ? new Paint() : null;
460 if (DEBUG_DRAW) { in draw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
DMLand.java61 public static final boolean DEBUG_DRAW = false; // DEBUG field in MLand
826 if (SHOW_TOUCHES || DEBUG_DRAW) invalidate();
956 if (!DEBUG_DRAW) return;
/frameworks/base/core/java/android/view/
DViewRootImpl.java119 private static final boolean DEBUG_DRAW = false || LOCAL_LOGV; field in ViewRootImpl
1076 if (DEBUG_DRAW) Log.v(mTag, "Invalidate child: " + dirty); in invalidateChildInParent()
1135 … if (DEBUG_DRAW) Log.d(mTag, "WindowStopped on " + getTitle() + " set to " + mStopped); in setWindowStopped()
2721 if (DEBUG_ORIENTATION || DEBUG_DRAW) { in draw()
2873 if (DEBUG_ORIENTATION || DEBUG_DRAW) { in drawSoftware()
2895 if (DEBUG_DRAW) { in drawSoftware()
DViewGroup.java118 public static boolean DEBUG_DRAW = false; field in ViewGroup
584 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout; in debugDraw()