summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/statusbar/phone/ActivityStarter.java
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2016-05-19 20:47:10 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-05-23 11:39:17 -0700
commit4018231a6ccc45824a7d0cff5186e379f1926fef (patch)
tree0af5f2b3ac8dcafb56c5511d6ba7b896def6ed60 /packages/SystemUI/src/com/android/systemui/statusbar/phone/ActivityStarter.java
parent805983d24c9d2aeb3f00f99273584fc530e0b932 (diff)
downloadframeworks_base-4018231a6ccc45824a7d0cff5186e379f1926fef.zip
frameworks_base-4018231a6ccc45824a7d0cff5186e379f1926fef.tar.gz
frameworks_base-4018231a6ccc45824a7d0cff5186e379f1926fef.tar.bz2
SystemUI: fix multi touch gestures and extra jank
The dejank utils were getting a little ahead of themselves: in between the panel height being set to 0 (could happen often), and the user actively trying to expand the panel, the next layout traversal from the dejank utils would try to collapse the panel, causing bad states. Also in the qs height animator updater, be careful to only actively update the end height when the user did not just peak. Finally, and most importantly, we need to disable motion event splitting in our view that holds our notification panel logic so we can get multi touch gestures in those views properly. Ticket: CYNGNOS-2756 Change-Id: I2cda440d4e0548d3477c6fad88f7dac1cb59d9db Signed-off-by: Roman Birg <roman@cyngn.com>
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/statusbar/phone/ActivityStarter.java')
0 files changed, 0 insertions, 0 deletions