Loading core/java/android/view/Window.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -1087,6 +1087,10 @@ public abstract class Window { /** /** * Sets the window elevation. * Sets the window elevation. * <p> * Changes to this property take effect immediately and will cause the * window surface to be recreated. This is an expensive operation and as a * result, this property should not be animated. * * * @param elevation The window elevation. * @param elevation The window elevation. * @see View#setElevation(float) * @see View#setElevation(float) Loading policy/src/com/android/internal/policy/impl/PhoneWindow.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1338,6 +1338,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { if (mDecor != null) { if (mDecor != null) { mDecor.setElevation(elevation); mDecor.setElevation(elevation); } } dispatchWindowAttributesChanged(getAttributes()); } } @Override @Override Loading Loading
core/java/android/view/Window.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -1087,6 +1087,10 @@ public abstract class Window { /** /** * Sets the window elevation. * Sets the window elevation. * <p> * Changes to this property take effect immediately and will cause the * window surface to be recreated. This is an expensive operation and as a * result, this property should not be animated. * * * @param elevation The window elevation. * @param elevation The window elevation. * @see View#setElevation(float) * @see View#setElevation(float) Loading
policy/src/com/android/internal/policy/impl/PhoneWindow.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1338,6 +1338,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { if (mDecor != null) { if (mDecor != null) { mDecor.setElevation(elevation); mDecor.setElevation(elevation); } } dispatchWindowAttributesChanged(getAttributes()); } } @Override @Override Loading