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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btMinkowskiPenetrationDepthSolver.cpp 244 //#define DEBUG_DRAW 1
245 #ifdef DEBUG_DRAW
256 #endif //DEBUG_DRAW
297 #ifdef DEBUG_DRAW
303 #endif//DEBUG_DRAW
  /frameworks/support/design/src/android/support/design/widget/
CollapsingTextHelper.java 47 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/
MLand.java 61 public static final boolean DEBUG_DRAW = false; // DEBUG
826 if (SHOW_TOUCHES || DEBUG_DRAW) invalidate();
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 120 private static final boolean DEBUG_DRAW = false || LOCAL_LOGV;
    [all...]
ViewGroup.java 118 public static boolean DEBUG_DRAW = false;
585 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;
    [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 161 milliseconds