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

/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingTextHelper.java47 private static final boolean DEBUG_DRAW = false;
50 DEBUG_DRAW_PAINT = DEBUG_DRAW ? new Paint() : null;
498 if (DEBUG_DRAW) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java61 public static final boolean DEBUG_DRAW = false; // DEBUG field in class:MLand
826 if (SHOW_TOUCHES || DEBUG_DRAW) invalidate();
956 if (!DEBUG_DRAW) return;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java130 private static final boolean DEBUG_DRAW = false || LOCAL_LOGV; field in class:ViewRootImpl
1199 if (DEBUG_DRAW) Log.v(mTag, "Invalidate child: " + dirty);
1271 if (DEBUG_DRAW) Log.d(mTag, "WindowStopped on " + getTitle() + " set to " + mStopped);
2905 if (DEBUG_ORIENTATION || DEBUG_DRAW) {
3057 if (DEBUG_ORIENTATION || DEBUG_DRAW) {
3079 if (DEBUG_DRAW) {
H A DView.java776 public static boolean DEBUG_DRAW = false; field in class:View
5383 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;

Completed in 293 milliseconds