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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp38 #define DEBUG_FOCUS 0 macro
263 #if DEBUG_FOCUS
925 #if DEBUG_FOCUS
941 #if DEBUG_FOCUS
952 #if DEBUG_FOCUS
1049 #if DEBUG_FOCUS
1107 #if DEBUG_FOCUS
1162 #if DEBUG_FOCUS
1272 #if DEBUG_FOCUS
1293 #if DEBUG_FOCUS
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java25 import static com.android.server.am.ActivityManagerService.DEBUG_FOCUS;
1538 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG, "adjustStackFocus: Setting " +
1542 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG,
1558 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG,
1567 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG,
1576 if (DEBUG_FOCUS || DEBUG_STACK) Slog.d(TAG, "adjustStackFocus: New stack r=" + r +
H A DActivityManagerService.java255 static final boolean DEBUG_FOCUS = false; field in class:ActivityManagerService
2364 if (DEBUG_FOCUS) Slog.d(TAG, "setFocusedActivityLocked: r=" + r);
2389 if (DEBUG_FOCUS) Slog.d(TAG, "setFocusedStack: stackId=" + stackId);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java167 static final boolean DEBUG_FOCUS = false; field in class:WindowManagerService
168 static final boolean DEBUG_FOCUS_LIGHT = DEBUG_FOCUS || false;
947 if (true || DEBUG_FOCUS || DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.v(
957 if (true || DEBUG_FOCUS || DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.v(
2606 if (localLOGV || DEBUG_FOCUS || DEBUG_FOCUS_LIGHT && win==mCurrentFocus) Slog.v(
3288 if (localLOGV || DEBUG_FOCUS) Slog.v(
10505 if (localLOGV || DEBUG_FOCUS) Slog.v(
10515 if (DEBUG_FOCUS) Slog.v(TAG, "Skipping " + wtoken + " because "

Completed in 142 milliseconds