Loading services/core/java/com/android/server/wm/AppWindowToken.java +2 −2 Original line number Diff line number Diff line Loading @@ -978,8 +978,8 @@ class AppWindowToken extends WindowToken implements WindowManagerService.AppFree } @Override void onParentSet() { super.onParentSet(); void onParentChanged() { super.onParentChanged(); final Task task = getTask(); Loading services/core/java/com/android/server/wm/ConfigurationContainer.java +1 −1 Original line number Diff line number Diff line Loading @@ -532,7 +532,7 @@ public abstract class ConfigurationContainer<E extends ConfigurationContainer> { /** * Must be called when new parent for the container was set. */ protected void onParentChanged() { void onParentChanged() { final ConfigurationContainer parent = getParent(); // Removing parent usually means that we've detached this entity to destroy it or to attach // to another parent. In both cases we don't need to update the configuration now. Loading services/core/java/com/android/server/wm/DisplayContent.java +4 −4 Original line number Diff line number Diff line Loading @@ -4389,8 +4389,8 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo } @Override void onParentSet() { super.onParentSet(); void onParentChanged() { super.onParentChanged(); if (getParent() != null) { mAppAnimationLayer = makeChildSurface(null) .setName("animationLayer") Loading Loading @@ -4645,10 +4645,10 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo } @Override void onParentSet() { void onParentChanged() { // Since we are the top of the SurfaceControl hierarchy here // we create the root surfaces explicitly rather than chaining // up as the default implementation in onParentSet does. So we // up as the default implementation in onParentChanged does. So we // explicitly do NOT call super here. } Loading services/core/java/com/android/server/wm/Task.java +2 −2 Original line number Diff line number Diff line Loading @@ -252,8 +252,8 @@ class Task extends WindowContainer<AppWindowToken> implements ConfigurationConta } @Override void onParentSet() { super.onParentSet(); void onParentChanged() { super.onParentChanged(); // Update task bounds if needed. adjustBoundsForDisplayChangeIfNeeded(getDisplayContent()); Loading services/core/java/com/android/server/wm/TaskStack.java +2 −2 Original line number Diff line number Diff line Loading @@ -996,8 +996,8 @@ public class TaskStack extends WindowContainer<Task> implements } @Override void onParentSet() { super.onParentSet(); void onParentChanged() { super.onParentChanged(); if (getParent() != null || mDisplayContent == null) { return; Loading Loading
services/core/java/com/android/server/wm/AppWindowToken.java +2 −2 Original line number Diff line number Diff line Loading @@ -978,8 +978,8 @@ class AppWindowToken extends WindowToken implements WindowManagerService.AppFree } @Override void onParentSet() { super.onParentSet(); void onParentChanged() { super.onParentChanged(); final Task task = getTask(); Loading
services/core/java/com/android/server/wm/ConfigurationContainer.java +1 −1 Original line number Diff line number Diff line Loading @@ -532,7 +532,7 @@ public abstract class ConfigurationContainer<E extends ConfigurationContainer> { /** * Must be called when new parent for the container was set. */ protected void onParentChanged() { void onParentChanged() { final ConfigurationContainer parent = getParent(); // Removing parent usually means that we've detached this entity to destroy it or to attach // to another parent. In both cases we don't need to update the configuration now. Loading
services/core/java/com/android/server/wm/DisplayContent.java +4 −4 Original line number Diff line number Diff line Loading @@ -4389,8 +4389,8 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo } @Override void onParentSet() { super.onParentSet(); void onParentChanged() { super.onParentChanged(); if (getParent() != null) { mAppAnimationLayer = makeChildSurface(null) .setName("animationLayer") Loading Loading @@ -4645,10 +4645,10 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo } @Override void onParentSet() { void onParentChanged() { // Since we are the top of the SurfaceControl hierarchy here // we create the root surfaces explicitly rather than chaining // up as the default implementation in onParentSet does. So we // up as the default implementation in onParentChanged does. So we // explicitly do NOT call super here. } Loading
services/core/java/com/android/server/wm/Task.java +2 −2 Original line number Diff line number Diff line Loading @@ -252,8 +252,8 @@ class Task extends WindowContainer<AppWindowToken> implements ConfigurationConta } @Override void onParentSet() { super.onParentSet(); void onParentChanged() { super.onParentChanged(); // Update task bounds if needed. adjustBoundsForDisplayChangeIfNeeded(getDisplayContent()); Loading
services/core/java/com/android/server/wm/TaskStack.java +2 −2 Original line number Diff line number Diff line Loading @@ -996,8 +996,8 @@ public class TaskStack extends WindowContainer<Task> implements } @Override void onParentSet() { super.onParentSet(); void onParentChanged() { super.onParentChanged(); if (getParent() != null || mDisplayContent == null) { return; Loading