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 | WindowToken.java | 24 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS; 166 if (DEBUG_FOCUS) Slog.d(TAG_WM, in addWindow()
|
D | DisplayContent.java | 63 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 "
|
D | WindowState.java | 77 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS; 1772 if (localLOGV || DEBUG_FOCUS || DEBUG_FOCUS_LIGHT && this == mService.mCurrentFocus) in removeIfPossible()
|
D | WindowManagerService.java | 83 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS; 2168 if (localLOGV || DEBUG_FOCUS) Slog.v( in relayoutWindow()
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.cpp | 38 #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/ |
D | ActivityManagerDebugConfig.java | 59 static final boolean DEBUG_FOCUS = false; field in ActivityManagerDebugConfig
|
D | ActivityStarter.java | 60 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()
|
D | ActivityStackSupervisor.java | 53 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()
|
D | ActivityManagerService.java | 115 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()
|