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/
DScrollCaptureController.java93 if (LogConfig.DEBUG_SCROLL) { in release()
173 if (LogConfig.DEBUG_SCROLL) { in onStartComplete()
185 if (LogConfig.DEBUG_SCROLL) { in requestNextTile()
191 if (LogConfig.DEBUG_SCROLL) { in requestNextTile()
203 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
212 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
223 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
231 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
244 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
258 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
[all …]
DLogConfig.java47 static final boolean DEBUG_SCROLL = DEBUG_ALL || false; field in LogConfig
DScrollCaptureClient.java19 import static com.android.systemui.screenshot.LogConfig.DEBUG_SCROLL;
275 if (DEBUG_SCROLL) {
DScreenshotView.java24 import static com.android.systemui.screenshot.LogConfig.DEBUG_SCROLL;
248 if (DEBUG_SCROLL) { in showScrollChip()