OSDN Git Service

Ensure the IME container is never magnified.
authorRobert Carr <racarr@google.com>
Fri, 5 Jan 2018 02:27:42 +0000 (18:27 -0800)
committerRobert Carr <racarr@google.com>
Fri, 5 Jan 2018 02:30:49 +0000 (18:30 -0800)
commit9034d96134210e96eec5c0cf009353dc39a33d4a
tree7d78678cdcd3bc1f3c35c7a35ec4203bf2d012ae
parent5459651bf6cd645e4595363f649f1140b1f1a38a
Ensure the IME container is never magnified.

The existing logic works based on the window types inside
containers but if we magnify the IME container before the
IME window is ever added then things can get out of whack.

Bug: 70640763
Test: Manual
Change-Id: Icb937c2e1c37a77190eed1c6248277036b7c0e6d
services/core/java/com/android/server/wm/DisplayContent.java