Home
last modified time | relevance | path

Searched refs:DEBUG_FOCUS (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerDebugConfig.java39 static final boolean DEBUG_FOCUS = false; field in WindowManagerDebugConfig
40 static final boolean DEBUG_FOCUS_LIGHT = DEBUG_FOCUS || false;
DActivityTaskManagerDebugConfig.java49 static final boolean DEBUG_FOCUS = false; field in ActivityTaskManagerDebugConfig
DWindowToken.java23 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
200 if (DEBUG_FOCUS) Slog.d(TAG_WM, in addWindow()
DActivityStarter.java68 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()
DActivityRecord.java119 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()
DDisplayContent.java106 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 "
DActivityTaskManagerService.java94 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()
DWindowManagerService.java84 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
2282 if (localLOGV || DEBUG_FOCUS) Slog.v( in relayoutWindow()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp38 #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 …]