Searched refs:DEBUG_FOCUS (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/input/
H A DInputDispatcher.cpp38 #define DEBUG_FOCUS 0 macro
260 #if DEBUG_FOCUS
928 #if DEBUG_FOCUS
944 #if DEBUG_FOCUS
955 #if DEBUG_FOCUS
1045 #if DEBUG_FOCUS
1110 #if DEBUG_FOCUS
1179 #if DEBUG_FOCUS
1314 #if DEBUG_FOCUS
1335 #if DEBUG_FOCUS
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityStackSupervisor.java25 import static com.android.server.am.ActivityManagerService.DEBUG_FOCUS;
1280 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG,
1284 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG,
1291 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG,
1299 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG,
1309 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG, "adjustStackFocus: New stack r=" + r +
1323 if (DEBUG_STACK || DEBUG_FOCUS) Slog.d(TAG, "setFocusedStack: mStackState old=" +
1330 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG,
H A DActivityManagerService.java216 static final boolean DEBUG_FOCUS = false; field in class:ActivityManagerService
2228 if (DEBUG_FOCUS) Slog.d(TAG, "setFocusedActivityLocked: r=" + r);
2240 if (DEBUG_FOCUS) Slog.d(TAG, "setFocusedStack: stackId=" + stackId);
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java163 static final boolean DEBUG_FOCUS = false; field in class:WindowManagerService
164 static final boolean DEBUG_FOCUS_LIGHT = DEBUG_FOCUS || false;
836 if (DEBUG_FOCUS || DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.v(
846 if (DEBUG_FOCUS || DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.v(
2393 if (localLOGV || DEBUG_FOCUS || DEBUG_FOCUS_LIGHT && win==mCurrentFocus) Slog.v(
3037 if (localLOGV || DEBUG_FOCUS) Slog.v(
9841 if (localLOGV || DEBUG_FOCUS) Slog.v(
9851 if (DEBUG_FOCUS) Slog.v(TAG, "Skipping " + wtoken + " because "

Completed in 1777 milliseconds