diff options
| author | Alan Viverette <alanv@google.com> | 2015-01-13 02:24:11 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2015-01-13 02:24:11 +0000 |
| commit | 4ecb5fb288fd9994e7b2ec0091fbbcdc81f69526 (patch) | |
| tree | d1441c478395af6ace251010715f3d0e72c5bfb2 /policy | |
| parent | 1e14722167210e176cc1f6e702f1a7a98271c6d2 (diff) | |
| parent | 82bdfcfadc17b8467a0e3c50843997e7957a9452 (diff) | |
| download | frameworks_base-4ecb5fb288fd9994e7b2ec0091fbbcdc81f69526.zip frameworks_base-4ecb5fb288fd9994e7b2ec0091fbbcdc81f69526.tar.gz frameworks_base-4ecb5fb288fd9994e7b2ec0091fbbcdc81f69526.tar.bz2 | |
am 82bdfcfa: Update docs for Window.setElevation(), apply changes immediately automerge: 71922de
* commit '82bdfcfadc17b8467a0e3c50843997e7957a9452':
Update docs for Window.setElevation(), apply changes immediately
Diffstat (limited to 'policy')
| -rw-r--r-- | policy/src/com/android/internal/policy/impl/PhoneWindow.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/policy/src/com/android/internal/policy/impl/PhoneWindow.java b/policy/src/com/android/internal/policy/impl/PhoneWindow.java index 30a271e..1f98670 100644 --- a/policy/src/com/android/internal/policy/impl/PhoneWindow.java +++ b/policy/src/com/android/internal/policy/impl/PhoneWindow.java @@ -1338,6 +1338,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { if (mDecor != null) { mDecor.setElevation(elevation); } + dispatchWindowAttributesChanged(getAttributes()); } @Override |
