Home
last modified time | relevance | path

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

/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.java233 private static final boolean DEBUG_DRAW = false || LOCAL_LOGV; field in ViewRootImpl
1819 if (DEBUG_DRAW) Log.v(mTag, "Invalidate child: " + dirty); in invalidateChildInParent()
1875 … if (DEBUG_DRAW) Log.d(mTag, "WindowStopped on " + getTitle() + " set to " + mStopped); in setWindowStopped()
4340 if (DEBUG_ORIENTATION || DEBUG_DRAW) { in draw()
4504 if (DEBUG_ORIENTATION || DEBUG_DRAW) { in drawSoftware()
4526 if (DEBUG_DRAW) { in drawSoftware()
DView.java841 public static boolean DEBUG_DRAW = false; field in View
6312 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66717 Landroid/view/View;->DEBUG_DRAW:Z
67925 Landroid/view/ViewRootImpl;->DEBUG_DRAW:Z