Fixed
Status Update
Comments
al...@google.com <al...@google.com> #2
We should also deprecate makeOptionalFitsSystemWindows
, but it's unclear if that should move to using PFLAG4_FRAMEWORK_OPTIONAL_FITS_SYSTEM_WINDOWS
which is hidden. Consider creating a new bug and handing it off to the WindowManager team.
al...@google.com <al...@google.com>
al...@google.com <al...@google.com> #4
Split off makeOptional
to
ap...@google.com <ap...@google.com> #5
Project: platform/frameworks/support
Branch: androidx-main
commit 2a1aeedb3f4951527040c36e13ab860a38550fd9
Author: Alan Viverette <alanv@google.com>
Date: Wed Jan 03 12:25:52 2024
Migrate computeFitSystemWindows to use new APIs in SDK 29
Also adds nullability annotations to computeFitSystemWindows.
Relnote: Migrate ViewUtils.computeFitSystemWindows to use public APIs
Fixes: 316905984
Test: AppCompat tests
Change-Id: Icbfb8cda980c49329e599864463a6dd330f7b448
M appcompat/appcompat/api/restricted_current.txt
M appcompat/appcompat/src/main/java/androidx/appcompat/widget/ViewUtils.java
https://android-review.googlesource.com/2882386
Branch: androidx-main
commit 2a1aeedb3f4951527040c36e13ab860a38550fd9
Author: Alan Viverette <alanv@google.com>
Date: Wed Jan 03 12:25:52 2024
Migrate computeFitSystemWindows to use new APIs in SDK 29
Also adds nullability annotations to computeFitSystemWindows.
Relnote: Migrate ViewUtils.computeFitSystemWindows to use public APIs
Fixes: 316905984
Test: AppCompat tests
Change-Id: Icbfb8cda980c49329e599864463a6dd330f7b448
M appcompat/appcompat/api/restricted_current.txt
M appcompat/appcompat/src/main/java/androidx/appcompat/widget/ViewUtils.java
Description