Home
last modified time | relevance | path

Searched refs:DEBUG_FOCUS_LIGHT (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerDebugConfig.java40 static final boolean DEBUG_FOCUS_LIGHT = DEBUG_FOCUS || false; field in WindowManagerDebugConfig
DInputMonitor.java29 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS_LIGHT;
335 if (DEBUG_FOCUS_LIGHT || DEBUG_INPUT) { in setInputFocusLw()
DActivityDisplay.java53 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS_LIGHT;
1230 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "Clearing focused app, displayId=" in setFocusedApp()
1239 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "Set focused app to: " + newFocus in setFocusedApp()
DRootWindowContainer.java36 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS_LIGHT;
197 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "New topFocusedDisplayId=" in updateFocusedWindowLocked()
DDisplayContent.java107 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS_LIGHT;
652 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "findFocusedWindow: focusedApp=null"
660 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "findFocusedWindow: focusedApp windows not"
671 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM,
678 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "findFocusedWindow: Found new focus @ " + w);
3033 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "findFocusedWindow: No focusable windows."); in findFocusedWindow()
3079 if (DEBUG_FOCUS_LIGHT || mWmService.localLOGV) Slog.v(TAG_WM, "Changing focus from " in updateFocusedWindowLocked()
DWindowManagerService.java85 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS_LIGHT;
4593 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Focus moving from " + lastFocus + in handleMessage()
4596 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Delaying loss of focus..."); in handleMessage()
4609 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Gaining focus: " + newFocus); in handleMessage()
4615 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Losing focus: " + lastFocus); in handleMessage()
4632 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Losing delayed focus: " + in handleMessage()
DAppWindowToken.java67 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS_LIGHT;
935 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "Removing focused app token:" + this in onRemovedFromDisplay()