summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/6/changes
diff options
context:
space:
mode:
authorCraig Mautner <cmautner@google.com>2012-08-20 10:18:34 -0700
committerCraig Mautner <cmautner@google.com>2012-08-20 10:23:18 -0700
commitbea12bdc2e6d2b1158c1faa58a8197d5e971a817 (patch)
tree7002d8ebf67196290f4b5bbfbfa4c13dfab10c65 /docs/html/sdk/api_diff/6/changes
parent82d53ce283b7c275624d66e9bf20cfe2614af5c4 (diff)
Ensure that mAllAppWinAnimators is not null.
The method showAllWindowsLocked can be called from the layout side of the WindowManagerService. Previously the AppWindowAnimator member mAllAppWinAnimators was created on the animation side. If showAllWindowsLocked was called before the first animation of the activity an NPE would occur. This fix creates mAllAppWinAnimators when the AppWindowAnimator is created and also updates it with current values before calling showAllWindowsLocked. Fixes bug 6917136. Change-Id: If3ace22022b65c6888bbb9d0575efe9a45d86475
Diffstat (limited to 'docs/html/sdk/api_diff/6/changes')
0 files changed, 0 insertions, 0 deletions