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.java64 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
444 if (DEBUG_FOCUS) Slog.v(TAG_WM, "Looking for focus: " + w
455 if (DEBUG_FOCUS) Slog.v(TAG_WM, "Skipping " + wtoken + " because "
DWindowState.java80 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
1860 if (localLOGV || DEBUG_FOCUS || DEBUG_FOCUS_LIGHT && this == mService.mCurrentFocus) in removeIfPossible()
DWindowManagerService.java86 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
2236 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()
936 #if DEBUG_FOCUS in dispatchEventLocked()
952 #if DEBUG_FOCUS in handleTargetsNotReadyLocked()
963 #if DEBUG_FOCUS in handleTargetsNotReadyLocked()
1060 #if DEBUG_FOCUS in resetANRTimeoutsLocked()
1118 #if DEBUG_FOCUS in findFocusedWindowTargetsLocked()
1173 #if DEBUG_FOCUS in findTouchedWindowTargetsLocked()
1189 #if DEBUG_FOCUS in findTouchedWindowTargetsLocked()
1290 #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.java61 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FOCUS;
2123 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus()
2127 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus()
2135 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus()
2145 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus()
2157 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus()
2168 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, "computeStackFocus: New stack r=" in computeStackFocus()
DActivityStackSupervisor.java52 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FOCUS;
3052 if (DEBUG_FOCUS) Slog.d(TAG_FOCUS, in moveFocusableActivityStackToFrontLocked()
3066 if (DEBUG_FOCUS) Slog.d(TAG_FOCUS, in moveFocusableActivityStackToFrontLocked()
3071 if (DEBUG_FOCUS) Slog.d(TAG_FOCUS, in moveFocusableActivityStackToFrontLocked()
DActivityManagerService.java117 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FOCUS;
3170 if (DEBUG_FOCUS) Slog.d(TAG_FOCUS, "setFocusedStack: stackId=" + stackId); in setFocusedStack()
3191 if (DEBUG_FOCUS) Slog.d(TAG_FOCUS, "setFocusedTask: taskId=" + taskId); in setFocusedTask()