Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DLogConfig.java36 public static final boolean DEBUG_ANIM = DEBUG_ALL || false; field in LogConfig
DDraggableConstraintLayout.java19 import static com.android.systemui.screenshot.LogConfig.DEBUG_ANIM;
303 if (DEBUG_ANIM) { in cancel()
DScreenshotView.java22 import static com.android.systemui.screenshot.LogConfig.DEBUG_ANIM;
498 if (DEBUG_ANIM) { in createScreenshotDropInAnimation()
533 if (DEBUG_ANIM) { in createScreenshotDropInAnimation()
633 if (DEBUG_ANIM) { in createScreenshotDropInAnimation()
DScreenshotController.java24 import static com.android.systemui.screenshot.LogConfig.DEBUG_ANIM;
800 if (DEBUG_ANIM) { in startAnimation()