Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScrollCaptureController.java96 if (LogConfig.DEBUG_SCROLL) { in release()
178 if (LogConfig.DEBUG_SCROLL) { in onStartComplete()
192 if (LogConfig.DEBUG_SCROLL) { in requestNextTile()
198 if (LogConfig.DEBUG_SCROLL) { in requestNextTile()
210 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
219 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
265 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
273 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
281 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
304 if (LogConfig.DEBUG_SCROLL) { in finishCapture()
[all …]
H A DLogConfig.java47 static final boolean DEBUG_SCROLL = DEBUG_ALL || false; field in LogConfig
H A DScrollCaptureClient.java19 import static com.android.systemui.screenshot.LogConfig.DEBUG_SCROLL;
275 if (DEBUG_SCROLL) {
H A DScreenshotView.java24 import static com.android.systemui.screenshot.LogConfig.DEBUG_SCROLL;
250 if (DEBUG_SCROLL) { in showScrollChip()