Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DScrollCaptureController.java101 if (LogConfig.DEBUG_SCROLL) { in release()
209 if (LogConfig.DEBUG_SCROLL) { in onStartComplete()
223 if (LogConfig.DEBUG_SCROLL) { in requestNextTile()
244 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
253 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
264 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
272 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
285 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
299 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
307 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
[all …]
DScrollCaptureClient.java19 import static com.android.systemui.screenshot.LogConfig.DEBUG_SCROLL;
276 if (DEBUG_SCROLL) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DLogConfig.java48 public static final boolean DEBUG_SCROLL = DEBUG_ALL || false; field in LogConfig
DScreenshotView.java25 import static com.android.systemui.screenshot.LogConfig.DEBUG_SCROLL;
259 if (DEBUG_SCROLL) { in showScrollChip()