summaryrefslogtreecommitdiff
path: root/src/com/android/launcher3/widget/DeferredAppWidgetHostView.java
AgeCommit message (Collapse)Author
2021-11-02Add logging of draw / DeviceProfile params for a crashAlex Chau
Bug: 203530620 Test: manual Change-Id: I376157ee3f688b16a05b59a0093f06519533f6c7
2021-07-27Do not allow add view in DeferredAppWidgetHostViewSteven Ng
Also set rounded corners to DeferredAppWidgetHostView Test: manual Fix: 193885118 Change-Id: I663b5b4a50da1f2348be1792923ee73fe8e6a2e8
2021-05-03Adding support for determining split layout for launcher.Sunny Goyal
> Simulating the windo wmanager API to get available device profiles until final API > When a device has multiple internal displays, and with both tablet and phone possibilities, it uses a split workspace layout Bug: 186160341 Bug: 175782275 Test: Manual Change-Id: Ieff2329acac7cdd6b9abe6f96cd459cd45bd0efe
2018-02-28Fixing widget label not being rendered in multi-window modeSunny Goyal
Bug: 73709754 Change-Id: Id6342e3412c2b247e052bc45c01a484422a7c011
2017-12-19No more waiting around for resumeSunny Goyal
Apply model updates as son as they arrive instead of waiting for onResume. Various workspace items do not use any configuration dependent resources. For Widgets, we wait until the host starts lietening before inflating the actual view. Change-Id: Icb2f5e5940c1ce6c27062ccd34eff87e80af5ab1