Loading services/core/java/com/android/server/policy/PhoneWindowManager.java +0 −9 Original line number Original line Diff line number Diff line Loading @@ -2417,15 +2417,6 @@ public class PhoneWindowManager implements WindowManagerPolicy { wm = (WindowManager) context.getSystemService(WINDOW_SERVICE); wm = (WindowManager) context.getSystemService(WINDOW_SERVICE); view = win.getDecorView(); view = win.getDecorView(); // Ignore to show splash screen if the decorView is not opaque. if (!view.isOpaque()) { if (DEBUG_SPLASH_SCREEN) { Slog.d(TAG, "addSplashScreen: the view of " + packageName + " is not opaque, cancel it"); } return null; } if (DEBUG_SPLASH_SCREEN) Slog.d(TAG, "Adding splash screen window for " if (DEBUG_SPLASH_SCREEN) Slog.d(TAG, "Adding splash screen window for " + packageName + " / " + appToken + ": " + (view.getParent() != null ? view : null)); + packageName + " / " + appToken + ": " + (view.getParent() != null ? view : null)); Loading Loading
services/core/java/com/android/server/policy/PhoneWindowManager.java +0 −9 Original line number Original line Diff line number Diff line Loading @@ -2417,15 +2417,6 @@ public class PhoneWindowManager implements WindowManagerPolicy { wm = (WindowManager) context.getSystemService(WINDOW_SERVICE); wm = (WindowManager) context.getSystemService(WINDOW_SERVICE); view = win.getDecorView(); view = win.getDecorView(); // Ignore to show splash screen if the decorView is not opaque. if (!view.isOpaque()) { if (DEBUG_SPLASH_SCREEN) { Slog.d(TAG, "addSplashScreen: the view of " + packageName + " is not opaque, cancel it"); } return null; } if (DEBUG_SPLASH_SCREEN) Slog.d(TAG, "Adding splash screen window for " if (DEBUG_SPLASH_SCREEN) Slog.d(TAG, "Adding splash screen window for " + packageName + " / " + appToken + ": " + (view.getParent() != null ? view : null)); + packageName + " / " + appToken + ": " + (view.getParent() != null ? view : null)); Loading