Searched refs:DEBUG_FOCUS (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerDebugConfig.java | 39 static final boolean DEBUG_FOCUS = false; field in WindowManagerDebugConfig 40 static final boolean DEBUG_FOCUS_LIGHT = DEBUG_FOCUS || false;
|
D | ActivityTaskManagerDebugConfig.java | 49 static final boolean DEBUG_FOCUS = false; field in ActivityTaskManagerDebugConfig
|
D | WindowToken.java | 23 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS; 200 if (DEBUG_FOCUS) Slog.d(TAG_WM, in addWindow()
|
D | ActivityStarter.java | 68 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_FOCUS; 2601 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus() 2605 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus() 2612 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus() 2623 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus() 2632 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, "computeStackFocus: New stack r=" in computeStackFocus()
|
D | ActivityRecord.java | 119 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_FOCUS; 1502 if (DEBUG_FOCUS) { in moveFocusableActivityToTop() 1517 if (DEBUG_FOCUS) { in moveFocusableActivityToTop() 1523 if (DEBUG_FOCUS) { in moveFocusableActivityToTop()
|
D | DisplayContent.java | 106 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS; 635 if (DEBUG_FOCUS) Slog.v(TAG_WM, "Looking for focus: " + w 646 if (DEBUG_FOCUS) Slog.v(TAG_WM, "Skipping " + wtoken + " because "
|
D | ActivityTaskManagerService.java | 94 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_FOCUS; 2042 if (DEBUG_FOCUS) Slog.d(TAG_FOCUS, "setFocusedStack: stackId=" + stackId); in setFocusedStack() 2064 if (DEBUG_FOCUS) Slog.d(TAG_FOCUS, "setFocusedTask: taskId=" + taskId); in setFocusedTask()
|
D | WindowManagerService.java | 84 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS; 2282 if (localLOGV || DEBUG_FOCUS) Slog.v( in relayoutWindow()
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.cpp | 38 #define DEBUG_FOCUS 0 macro 332 #if DEBUG_FOCUS in dispatchOnceInnerLocked() 1065 #if DEBUG_FOCUS in dispatchEventLocked() 1081 #if DEBUG_FOCUS in handleTargetsNotReadyLocked() 1092 #if DEBUG_FOCUS in handleTargetsNotReadyLocked() 1189 #if DEBUG_FOCUS in resetANRTimeoutsLocked() 1279 #if DEBUG_FOCUS in findFocusedWindowTargetsLocked() 1333 #if DEBUG_FOCUS in findTouchedWindowTargetsLocked() 1350 #if DEBUG_FOCUS in findTouchedWindowTargetsLocked() 1435 #if DEBUG_FOCUS in findTouchedWindowTargetsLocked() [all …]
|