Loading services/core/java/com/android/server/wm/InputManagerCallback.java +2 −1 Original line number Diff line number Diff line Loading @@ -266,7 +266,8 @@ final class InputManagerCallback implements InputManagerService.WindowManagerCal final IWindow focusedWindow = mFocusedWindow.get(); if (focusedWindow != null) { if (focusedWindow.asBinder() == newFocusedWindow.asBinder()) { if (newFocusedWindow != null && newFocusedWindow.asBinder() == focusedWindow.asBinder()) { Slog.w(TAG, "notifyFocusChanged called with unchanged mFocusedWindow=" + focusedWindow); return false; Loading Loading
services/core/java/com/android/server/wm/InputManagerCallback.java +2 −1 Original line number Diff line number Diff line Loading @@ -266,7 +266,8 @@ final class InputManagerCallback implements InputManagerService.WindowManagerCal final IWindow focusedWindow = mFocusedWindow.get(); if (focusedWindow != null) { if (focusedWindow.asBinder() == newFocusedWindow.asBinder()) { if (newFocusedWindow != null && newFocusedWindow.asBinder() == focusedWindow.asBinder()) { Slog.w(TAG, "notifyFocusChanged called with unchanged mFocusedWindow=" + focusedWindow); return false; Loading