OSDN Git Service

Make all calls go through mExecutor
authorJorim Jaggi <jjaggi@google.com>
Wed, 11 Nov 2015 15:25:50 +0000 (16:25 +0100)
committerJorim Jaggi <jjaggi@google.com>
Wed, 11 Nov 2015 17:06:09 +0000 (17:06 +0000)
commit8b717e7ad12f07b19870bb37251c0cf20093381d
tree1299229d58f5cbba9a41edd0cbb53458887ff318
parent4310241ace41aaf6aee81c6e098246e59ebbabad
Make all calls go through mExecutor

So we don't run into race conditions when both the main thread and
the executor thread are calling into window manager.

Bug: 25591212

Change-Id: I6d02170f6b105c9b7b861b6dfc4b76452632d562
packages/SystemUI/src/com/android/systemui/stackdivider/WindowManagerProxy.java