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 | 22 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS; 194 if (DEBUG_FOCUS) Slog.d(TAG_WM, in addWindow()
|
D | DisplayContent.java | 71 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 "
|
D | WindowState.java | 84 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS; 1951 if (localLOGV || DEBUG_FOCUS || DEBUG_FOCUS_LIGHT && this == mService.mCurrentFocus) in removeIfPossible()
|
D | WindowManagerService.java | 79 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS; 2170 if (localLOGV || DEBUG_FOCUS) Slog.v( in relayoutWindow()
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.cpp | 38 #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/ |
D | ActivityManagerDebugConfig.java | 59 static final boolean DEBUG_FOCUS = false; field in ActivityManagerDebugConfig
|
D | ActivityStarter.java | 56 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()
|
D | ActivityStackSupervisor.java | 56 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()
|
D | ActivityManagerService.java | 144 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()
|