commit | eef6b4d3b06a165b4e52a344910555d97fefe98f | [log] [tgz] |
---|---|---|
author | Tiger <tigerhuang@google.com> | Wed Nov 09 16:23:49 2022 +0800 |
committer | Tiger <tigerhuang@google.com> | Wed Nov 09 17:28:21 2022 +0800 |
tree | 48f4f250e22195d03502dd19d5d46817d8cce946 | |
parent | 389d8389c54eae07fef556fe904a0b9249bac6e4 [diff] |
Don't send mSizeCompatScale to client if it is from SizeCompatBounds If an app doesn't fit the container, we would scale the app down at the server side for making it fit. The client should layout the window as usual as if there is no scaling. Fix: 254187021 Test: 1. Open a non-resizeable app which has a fixed orientation. 2. Reduce the display size via `wm size`. 3. See if the app is cropped. Change-Id: I3ef16def30d4e52da6c4f2acbf17a247cc783774