Searched refs:DEBUG_FOCUS_LIGHT (Results 1 – 6 of 6) 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 | 30 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS_LIGHT; 490 if (DEBUG_FOCUS_LIGHT || DEBUG_INPUT) { in setInputFocusLw()
|
D | DisplayContent.java | 65 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS_LIGHT; 461 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "findFocusedWindow: focusedApp=null" 469 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "findFocusedWindow: focusedApp windows not" 480 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, 487 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "findFocusedWindow: Found new focus @ " + w); 2268 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "findFocusedWindow: No focusable windows."); in findFocusedWindow()
|
D | AppWindowToken.java | 38 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS_LIGHT; 608 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "Removing focused app token:" + this); in onRemovedFromDisplay()
|
D | WindowManagerService.java | 87 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS_LIGHT; 2673 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "Clearing focused app, was " + mFocusedApp); in setFocusedApp() 2680 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "Set focused app to: " + newFocus in setFocusedApp() 4952 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Focus moving from " + lastFocus + in handleMessage() 4971 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Gaining focus: " + newFocus); in handleMessage() 4977 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Losing focus: " + lastFocus); in handleMessage() 4992 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Losing delayed focus: " + in handleMessage() 6007 if (DEBUG_FOCUS_LIGHT || localLOGV) Slog.v(TAG_WM, "Changing focus from " + in updateFocusedWindowLocked()
|
D | WindowState.java | 81 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS_LIGHT; 1860 if (localLOGV || DEBUG_FOCUS || DEBUG_FOCUS_LIGHT && this == mService.mCurrentFocus) in removeIfPossible() 2289 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG, in checkPolicyVisibilityChange() 2546 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG, in hideLw()
|