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

/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingTextHelper.java44 private static final boolean DEBUG_DRAW = false;
47 DEBUG_DRAW_PAINT = DEBUG_DRAW ? new Paint() : null;
387 if (DEBUG_DRAW) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java62 public static final boolean DEBUG_DRAW = false; // DEBUG field in class:MLand
827 if (SHOW_TOUCHES || DEBUG_DRAW) invalidate();
957 if (!DEBUG_DRAW) return;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java107 private static final boolean DEBUG_DRAW = false || LOCAL_LOGV; field in class:ViewRootImpl
943 if (DEBUG_DRAW) Log.v(TAG, "Invalidate child: " + dirty);
2554 if (DEBUG_ORIENTATION || DEBUG_DRAW) {
2692 if (DEBUG_ORIENTATION || DEBUG_DRAW) {
2714 if (DEBUG_DRAW) {
H A DViewGroup.java117 public static boolean DEBUG_DRAW = false; field in class:ViewGroup
579 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;

Completed in 124 milliseconds