OSDN Git Service

Put windows into resizing during IME adjust animation
authorJorim Jaggi <jjaggi@google.com>
Thu, 14 Apr 2016 20:12:36 +0000 (13:12 -0700)
committerJorim Jaggi <jjaggi@google.com>
Fri, 15 Apr 2016 03:47:45 +0000 (20:47 -0700)
commitff71d20ff357a33c30e1e3b474e51ad47d5c5d3a
treeb71720f11b8908272dd4da55f46a4700699d7e34
parent698e7634aa2ced554f564f588c2e878fb35757a3
Put windows into resizing during IME adjust animation

Because the IME animates in with translucency there was a black hole
visible at the bottom. This CL puts the window into resizing mode,
waits until the change is commited, and then starts the animation

Bug: 28175599
Change-Id: Ib31c1e765639e5490208bccba77b25318ec8dc71
services/core/java/com/android/server/wm/DockedStackDividerController.java
services/core/java/com/android/server/wm/Task.java
services/core/java/com/android/server/wm/TaskStack.java
services/core/java/com/android/server/wm/WindowManagerService.java
services/core/java/com/android/server/wm/WindowStateAnimator.java