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.java22 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
194 if (DEBUG_FOCUS) Slog.d(TAG_WM, in addWindow()
DDisplayContent.java71 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
477 if (DEBUG_FOCUS) Slog.v(TAG_WM, "Looking for focus: " + w
488 if (DEBUG_FOCUS) Slog.v(TAG_WM, "Skipping " + wtoken + " because "
DWindowState.java84 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
1951 if (localLOGV || DEBUG_FOCUS || DEBUG_FOCUS_LIGHT && this == mService.mCurrentFocus) in removeIfPossible()
DWindowManagerService.java79 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
2170 if (localLOGV || DEBUG_FOCUS) Slog.v( in relayoutWindow()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp38 #define DEBUG_FOCUS 0 macro
306 #if DEBUG_FOCUS in dispatchOnceInnerLocked()
976 #if DEBUG_FOCUS in dispatchEventLocked()
992 #if DEBUG_FOCUS in handleTargetsNotReadyLocked()
1003 #if DEBUG_FOCUS in handleTargetsNotReadyLocked()
1100 #if DEBUG_FOCUS in resetANRTimeoutsLocked()
1158 #if DEBUG_FOCUS in findFocusedWindowTargetsLocked()
1211 #if DEBUG_FOCUS in findTouchedWindowTargetsLocked()
1227 #if DEBUG_FOCUS in findTouchedWindowTargetsLocked()
1328 #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.java56 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FOCUS;
2321 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus()
2325 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus()
2333 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus()
2343 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus()
2355 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, in computeStackFocus()
2363 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG_FOCUS, "computeStackFocus: New stack r=" in computeStackFocus()
DActivityStackSupervisor.java56 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FOCUS;
3390 if (DEBUG_FOCUS) Slog.d(TAG_FOCUS, in moveFocusableActivityStackToFrontLocked()
3404 if (DEBUG_FOCUS) Slog.d(TAG_FOCUS, in moveFocusableActivityStackToFrontLocked()
3409 if (DEBUG_FOCUS) Slog.d(TAG_FOCUS, in moveFocusableActivityStackToFrontLocked()
DActivityManagerService.java144 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FOCUS;
3590 if (DEBUG_FOCUS) Slog.d(TAG_FOCUS, "setFocusedStack: stackId=" + stackId); in setFocusedStack()
3612 if (DEBUG_FOCUS) Slog.d(TAG_FOCUS, "setFocusedTask: taskId=" + taskId); in setFocusedTask()