Home
last modified time | relevance | path

Searched refs:DEBUG_FOCUS (Results 1 – 10 of 10) 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;
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()
DActivityRecord.java119 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()
DDisplayContent.java107 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 "
DWindowState.java98 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
1983 if (localLOGV || DEBUG_FOCUS || DEBUG_FOCUS_LIGHT && isFocused()) in removeIfPossible()
DActivityTaskManagerService.java96 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()
DWindowManagerService.java85 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
2305 if (localLOGV || DEBUG_FOCUS) Slog.v( in relayoutWindow()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp38 #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 …]