HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_DRAW (Results 1 - 5 of 5) sorted by null

  /frameworks/support/design/src/android/support/design/widget/
CollapsingTextHelper.java 44 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/
MLand.java 62 public static final boolean DEBUG_DRAW = false; // DEBUG
827 if (SHOW_TOUCHES || DEBUG_DRAW) invalidate();
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 107 private static final boolean DEBUG_DRAW = false || LOCAL_LOGV;
    [all...]
ViewGroup.java 117 public static boolean DEBUG_DRAW = false;
579 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;
    [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 76 milliseconds