Searched refs:DEBUG_FOCUS (Results 1 – 10 of 10) 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; 2620 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus() 2624 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus() 2631 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus() 2642 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus() 2651 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; 1504 if (DEBUG_FOCUS) { in moveFocusableActivityToTop() 1519 if (DEBUG_FOCUS) { in moveFocusableActivityToTop() 1525 if (DEBUG_FOCUS) { in moveFocusableActivityToTop()
|
D | DisplayContent.java | 107 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS; 640 if (DEBUG_FOCUS) Slog.v(TAG_WM, "Looking for focus: " + w 651 if (DEBUG_FOCUS) Slog.v(TAG_WM, "Skipping " + wtoken + " because "
|
D | WindowState.java | 98 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS; 1983 if (localLOGV || DEBUG_FOCUS || DEBUG_FOCUS_LIGHT && isFocused()) in removeIfPossible()
|
D | ActivityTaskManagerService.java | 96 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_FOCUS; 2057 if (DEBUG_FOCUS) Slog.d(TAG_FOCUS, "setFocusedStack: stackId=" + stackId); in setFocusedStack() 2079 if (DEBUG_FOCUS) Slog.d(TAG_FOCUS, "setFocusedTask: taskId=" + taskId); in setFocusedTask()
|
D | WindowManagerService.java | 85 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS; 2305 if (localLOGV || DEBUG_FOCUS) Slog.v( in relayoutWindow()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 38 #define DEBUG_FOCUS 0 macro 285 #if DEBUG_FOCUS in dispatchOnceInnerLocked() 1012 #if DEBUG_FOCUS in dispatchEventLocked() 1027 #if DEBUG_FOCUS in handleTargetsNotReadyLocked() 1038 #if DEBUG_FOCUS in handleTargetsNotReadyLocked() 1133 #if DEBUG_FOCUS in resetANRTimeoutsLocked() 1229 #if DEBUG_FOCUS in findFocusedWindowTargetsLocked() 1283 #if DEBUG_FOCUS in findTouchedWindowTargetsLocked() 1301 #if DEBUG_FOCUS in findTouchedWindowTargetsLocked() 1387 #if DEBUG_FOCUS in findTouchedWindowTargetsLocked() [all …]
|