Home
last modified time | relevance | path

Searched refs:DEBUG_INPUT (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DInputManagerCallback.java21 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_INPUT;
304 if (DEBUG_INPUT) { in freezeInputDispatchingLw()
310 if (DEBUG_INPUT) { in freezeInputDispatchingLw()
319 if (DEBUG_INPUT) { in thawInputDispatchingLw()
331 if (DEBUG_INPUT) { in setEventDispatchingLw()
DWindowManagerDebugConfig.java39 static final boolean DEBUG_INPUT = false; field in WindowManagerDebugConfig
DInputMonitor.java45 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_INPUT;
498 if (DEBUG_INPUT) { in pauseDispatchingLw()
509 if (DEBUG_INPUT) { in resumeDispatchingLw()
666 if (DEBUG_INPUT) { in setInputWindowInfoIfNeeded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DLogConfig.java44 static final boolean DEBUG_INPUT = DEBUG_ALL || false; field in LogConfig
DScreenshotController.java26 import static com.android.systemui.screenshot.LogConfig.DEBUG_INPUT;
289 if (DEBUG_INPUT) {
642 if (DEBUG_INPUT) { in reloadAssets()
651 if (DEBUG_INPUT) { in reloadAssets()
661 if (DEBUG_INPUT) { in reloadAssets()
683 if (DEBUG_INPUT) { in reloadAssets()
DScreenshotView.java24 import static com.android.systemui.screenshot.LogConfig.DEBUG_INPUT;
263 if (DEBUG_INPUT) { in showScrollChip()
650 if (DEBUG_INPUT) { in createScreenshotDropInAnimation()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java242 static final boolean DEBUG_INPUT = false; field in PhoneWindowManager
1163 if (DEBUG_INPUT) { in launchTargetActivityOnMultiPressPower()
1325 if (DEBUG_INPUT) { in stemPrimaryPress()
1342 if (DEBUG_INPUT) { in stemPrimarySinglePressAction()
1365 if (DEBUG_INPUT) { in stemPrimaryDoublePressAction()
1383 if (DEBUG_INPUT) { in stemPrimaryTriplePressAction()
1392 if (DEBUG_INPUT) { in stemPrimaryLongPress()
1444 if (DEBUG_INPUT) { in switchRecentTask()
1451 if (DEBUG_INPUT) { in switchRecentTask()
1729 if (DEBUG_INPUT) Log.d(TAG, "showPictureInPictureMenu event=" + event); in showPictureInPictureMenu()
[all …]
DSingleKeyGestureDetector.java41 private static final boolean DEBUG = PhoneWindowManager.DEBUG_INPUT;