Home
last modified time | relevance | path

Searched refs:DEBUG_FOCUS_LIGHT (Results 1 – 6 of 6) 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.java31 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS_LIGHT;
501 if (DEBUG_FOCUS_LIGHT || DEBUG_INPUT) { in setInputFocusLw()
DDisplayContent.java72 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS_LIGHT;
494 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "findFocusedWindow: focusedApp=null"
502 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "findFocusedWindow: focusedApp windows not"
513 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM,
520 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "findFocusedWindow: Found new focus @ " + w);
2393 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "findFocusedWindow: No focusable windows."); in findFocusedWindow()
DWindowManagerService.java80 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS_LIGHT;
2539 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "Clearing focused app, was " + mFocusedApp); in setFocusedApp()
2546 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "Set focused app to: " + newFocus in setFocusedApp()
4676 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Focus moving from " + lastFocus + in handleMessage()
4695 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Gaining focus: " + newFocus); in handleMessage()
4701 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Losing focus: " + lastFocus); in handleMessage()
4716 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Losing delayed focus: " + in handleMessage()
5691 if (DEBUG_FOCUS_LIGHT || localLOGV) Slog.v(TAG_WM, "Changing focus from " + in updateFocusedWindowLocked()
DAppWindowToken.java43 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS_LIGHT;
676 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "Removing focused app token:" + this); in onRemovedFromDisplay()
DWindowState.java85 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS_LIGHT;
1951 if (localLOGV || DEBUG_FOCUS || DEBUG_FOCUS_LIGHT && this == mService.mCurrentFocus) in removeIfPossible()
2296 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG, in checkPolicyVisibilityChange()
2596 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG, in hideLw()