Searched refs:DEBUG_FOCUS_LIGHT (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerDebugConfig.java | 40 static final boolean DEBUG_FOCUS_LIGHT = DEBUG_FOCUS || false; field in WindowManagerDebugConfig
|
D | InputMonitor.java | 29 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS_LIGHT; 335 if (DEBUG_FOCUS_LIGHT || DEBUG_INPUT) { in setInputFocusLw()
|
D | ActivityDisplay.java | 53 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()
|
D | RootWindowContainer.java | 36 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS_LIGHT; 197 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "New topFocusedDisplayId=" in updateFocusedWindowLocked()
|
D | DisplayContent.java | 107 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()
|
D | WindowManagerService.java | 85 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()
|
D | AppWindowToken.java | 67 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()
|