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;
DWindowToken.java24 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
166 if (DEBUG_FOCUS) Slog.d(TAG_WM, in addWindow()
DDisplayContent.java63 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
433 if (DEBUG_FOCUS) Slog.v(TAG_WM, "Looking for focus: " + w
444 if (DEBUG_FOCUS) Slog.v(TAG_WM, "Skipping " + wtoken + " because "
DWindowState.java77 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
1772 if (localLOGV || DEBUG_FOCUS || DEBUG_FOCUS_LIGHT && this == mService.mCurrentFocus) in removeIfPossible()
DWindowManagerService.java83 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
2168 if (localLOGV || DEBUG_FOCUS) Slog.v( in relayoutWindow()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp38 #define DEBUG_FOCUS 0 macro
267 #if DEBUG_FOCUS in dispatchOnceInnerLocked()
939 #if DEBUG_FOCUS in dispatchEventLocked()
955 #if DEBUG_FOCUS in handleTargetsNotReadyLocked()
966 #if DEBUG_FOCUS in handleTargetsNotReadyLocked()
1063 #if DEBUG_FOCUS in resetANRTimeoutsLocked()
1121 #if DEBUG_FOCUS in findFocusedWindowTargetsLocked()
1176 #if DEBUG_FOCUS in findTouchedWindowTargetsLocked()
1192 #if DEBUG_FOCUS in findTouchedWindowTargetsLocked()
1293 #if DEBUG_FOCUS in findTouchedWindowTargetsLocked()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerDebugConfig.java59 static final boolean DEBUG_FOCUS = false; field in ActivityManagerDebugConfig
DActivityStarter.java60 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FOCUS;
2048 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus()
2052 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus()
2067 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus()
2077 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus()
2089 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus()
2100 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, "computeStackFocus: New stack r=" in computeStackFocus()
DActivityStackSupervisor.java53 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FOCUS;
3047 if (DEBUG_FOCUS) Slog.d(TAG_FOCUS, in moveFocusableActivityStackToFrontLocked()
3061 if (DEBUG_FOCUS) Slog.d(TAG_FOCUS, in moveFocusableActivityStackToFrontLocked()
3066 if (DEBUG_FOCUS) Slog.d(TAG_FOCUS, in moveFocusableActivityStackToFrontLocked()
DActivityManagerService.java115 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FOCUS;
3183 if (DEBUG_FOCUS) Slog.d(TAG_FOCUS, "setFocusedStack: stackId=" + stackId); in setFocusedStack()
3204 if (DEBUG_FOCUS) Slog.d(TAG_FOCUS, "setFocusedTask: taskId=" + taskId); in setFocusedTask()