OSDN Git Service

Prevent triggering orientation changes until previous completes.
authorRobert Carr <racarr@google.com>
Mon, 3 Oct 2016 23:42:04 +0000 (16:42 -0700)
committerRobert Carr <racarr@google.com>
Tue, 4 Oct 2016 01:51:37 +0000 (18:51 -0700)
commit45f6a2718adea9592a3ead1a9ef8055c7819b02e
treeafefa0551c946f67c0ac2b5626f506101f13f009
parentd5aa6361d97a8a5167c14823d42e1554607e527f
Prevent triggering orientation changes until previous completes.

Currently we defer rotation while the screen rotation animation
is animating, but there is an additional interval after the animation
completes where the display may not yet be unfrozen and attempting to
rotate again will not work.

Bug: 31749456
Change-Id: I5f6830d85fb326d5032b597cbed1b767f0b627f5
services/core/java/com/android/server/wm/WindowManagerService.java