Update current API signature after Metalava update

Relnote: propagation of @Deprecated class to property
Bug: 271441831
Test: ./gradlew updateApi
Change-Id: I882d15d1d0d17f2227262e682d05d9dc7d082e8a
diff --git a/annotation/annotation-experimental/api/current.txt b/annotation/annotation-experimental/api/current.txt
index cd79bbc..117beb3 100644
--- a/annotation/annotation-experimental/api/current.txt
+++ b/annotation/annotation-experimental/api/current.txt
@@ -24,7 +24,7 @@
 
   @Deprecated @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget.ANNOTATION_CLASS) public @interface Experimental {
     method @Deprecated public abstract androidx.annotation.experimental.Experimental.Level level() default androidx.annotation.experimental.Experimental.Level.ERROR;
-    property public abstract androidx.annotation.experimental.Experimental.Level level;
+    property @Deprecated public abstract androidx.annotation.experimental.Experimental.Level level;
   }
 
   @Deprecated public enum Experimental.Level {
@@ -36,7 +36,7 @@
 
   @Deprecated @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget.CLASS, kotlin.annotation.AnnotationTarget.PROPERTY, kotlin.annotation.AnnotationTarget.LOCAL_VARIABLE, kotlin.annotation.AnnotationTarget.VALUE_PARAMETER, kotlin.annotation.AnnotationTarget.CONSTRUCTOR, kotlin.annotation.AnnotationTarget.FUNCTION, kotlin.annotation.AnnotationTarget.PROPERTY_GETTER, kotlin.annotation.AnnotationTarget.PROPERTY_SETTER, kotlin.annotation.AnnotationTarget.FILE, kotlin.annotation.AnnotationTarget.TYPEALIAS}) public @interface UseExperimental {
     method @Deprecated public abstract kotlin.reflect.KClass<? extends java.lang.annotation.Annotation>[] markerClass();
-    property public abstract kotlin.reflect.KClass<? extends java.lang.annotation.Annotation>[] markerClass;
+    property @Deprecated public abstract kotlin.reflect.KClass<? extends java.lang.annotation.Annotation>[] markerClass;
   }
 
 }
diff --git a/annotation/annotation-experimental/api/public_plus_experimental_current.txt b/annotation/annotation-experimental/api/public_plus_experimental_current.txt
index cd79bbc..117beb3 100644
--- a/annotation/annotation-experimental/api/public_plus_experimental_current.txt
+++ b/annotation/annotation-experimental/api/public_plus_experimental_current.txt
@@ -24,7 +24,7 @@
 
   @Deprecated @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget.ANNOTATION_CLASS) public @interface Experimental {
     method @Deprecated public abstract androidx.annotation.experimental.Experimental.Level level() default androidx.annotation.experimental.Experimental.Level.ERROR;
-    property public abstract androidx.annotation.experimental.Experimental.Level level;
+    property @Deprecated public abstract androidx.annotation.experimental.Experimental.Level level;
   }
 
   @Deprecated public enum Experimental.Level {
@@ -36,7 +36,7 @@
 
   @Deprecated @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget.CLASS, kotlin.annotation.AnnotationTarget.PROPERTY, kotlin.annotation.AnnotationTarget.LOCAL_VARIABLE, kotlin.annotation.AnnotationTarget.VALUE_PARAMETER, kotlin.annotation.AnnotationTarget.CONSTRUCTOR, kotlin.annotation.AnnotationTarget.FUNCTION, kotlin.annotation.AnnotationTarget.PROPERTY_GETTER, kotlin.annotation.AnnotationTarget.PROPERTY_SETTER, kotlin.annotation.AnnotationTarget.FILE, kotlin.annotation.AnnotationTarget.TYPEALIAS}) public @interface UseExperimental {
     method @Deprecated public abstract kotlin.reflect.KClass<? extends java.lang.annotation.Annotation>[] markerClass();
-    property public abstract kotlin.reflect.KClass<? extends java.lang.annotation.Annotation>[] markerClass;
+    property @Deprecated public abstract kotlin.reflect.KClass<? extends java.lang.annotation.Annotation>[] markerClass;
   }
 
 }
diff --git a/annotation/annotation-experimental/api/restricted_current.txt b/annotation/annotation-experimental/api/restricted_current.txt
index cd79bbc..117beb3 100644
--- a/annotation/annotation-experimental/api/restricted_current.txt
+++ b/annotation/annotation-experimental/api/restricted_current.txt
@@ -24,7 +24,7 @@
 
   @Deprecated @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget.ANNOTATION_CLASS) public @interface Experimental {
     method @Deprecated public abstract androidx.annotation.experimental.Experimental.Level level() default androidx.annotation.experimental.Experimental.Level.ERROR;
-    property public abstract androidx.annotation.experimental.Experimental.Level level;
+    property @Deprecated public abstract androidx.annotation.experimental.Experimental.Level level;
   }
 
   @Deprecated public enum Experimental.Level {
@@ -36,7 +36,7 @@
 
   @Deprecated @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget.CLASS, kotlin.annotation.AnnotationTarget.PROPERTY, kotlin.annotation.AnnotationTarget.LOCAL_VARIABLE, kotlin.annotation.AnnotationTarget.VALUE_PARAMETER, kotlin.annotation.AnnotationTarget.CONSTRUCTOR, kotlin.annotation.AnnotationTarget.FUNCTION, kotlin.annotation.AnnotationTarget.PROPERTY_GETTER, kotlin.annotation.AnnotationTarget.PROPERTY_SETTER, kotlin.annotation.AnnotationTarget.FILE, kotlin.annotation.AnnotationTarget.TYPEALIAS}) public @interface UseExperimental {
     method @Deprecated public abstract kotlin.reflect.KClass<? extends java.lang.annotation.Annotation>[] markerClass();
-    property public abstract kotlin.reflect.KClass<? extends java.lang.annotation.Annotation>[] markerClass;
+    property @Deprecated public abstract kotlin.reflect.KClass<? extends java.lang.annotation.Annotation>[] markerClass;
   }
 
 }
diff --git a/compose/ui/ui-test/api/current.txt b/compose/ui/ui-test/api/current.txt
index ce009b4..dfe8a5e 100644
--- a/compose/ui/ui-test/api/current.txt
+++ b/compose/ui/ui-test/api/current.txt
@@ -121,7 +121,7 @@
   @Deprecated public final class GestureScope {
     ctor @Deprecated public GestureScope(androidx.compose.ui.semantics.SemanticsNode node, androidx.compose.ui.test.TestContext testContext);
     method @Deprecated public long getVisibleSize();
-    property public final long visibleSize;
+    property @Deprecated public final long visibleSize;
   }
 
   public final class GestureScopeKt {
diff --git a/compose/ui/ui-test/api/public_plus_experimental_current.txt b/compose/ui/ui-test/api/public_plus_experimental_current.txt
index 14f4cb4..f937e6e 100644
--- a/compose/ui/ui-test/api/public_plus_experimental_current.txt
+++ b/compose/ui/ui-test/api/public_plus_experimental_current.txt
@@ -127,7 +127,7 @@
   @Deprecated public final class GestureScope {
     ctor @Deprecated public GestureScope(androidx.compose.ui.semantics.SemanticsNode node, androidx.compose.ui.test.TestContext testContext);
     method @Deprecated public long getVisibleSize();
-    property public final long visibleSize;
+    property @Deprecated public final long visibleSize;
   }
 
   public final class GestureScopeKt {
diff --git a/compose/ui/ui-test/api/restricted_current.txt b/compose/ui/ui-test/api/restricted_current.txt
index 659da21..28d5fca 100644
--- a/compose/ui/ui-test/api/restricted_current.txt
+++ b/compose/ui/ui-test/api/restricted_current.txt
@@ -121,7 +121,7 @@
   @Deprecated public final class GestureScope {
     ctor @Deprecated public GestureScope(androidx.compose.ui.semantics.SemanticsNode node, androidx.compose.ui.test.TestContext testContext);
     method @Deprecated public long getVisibleSize();
-    property public final long visibleSize;
+    property @Deprecated public final long visibleSize;
     field @Deprecated @kotlin.PublishedApi internal final androidx.compose.ui.test.MultiModalInjectionScope delegateScope;
   }
 
diff --git a/compose/ui/ui/api/current.txt b/compose/ui/ui/api/current.txt
index b791bd7..564ba8d 100644
--- a/compose/ui/ui/api/current.txt
+++ b/compose/ui/ui/api/current.txt
@@ -327,14 +327,14 @@
     method @Deprecated public void setRight(androidx.compose.ui.focus.FocusRequester);
     method @Deprecated public void setStart(androidx.compose.ui.focus.FocusRequester);
     method @Deprecated public void setUp(androidx.compose.ui.focus.FocusRequester);
-    property public final androidx.compose.ui.focus.FocusRequester down;
-    property public final androidx.compose.ui.focus.FocusRequester end;
-    property public final androidx.compose.ui.focus.FocusRequester left;
-    property public final androidx.compose.ui.focus.FocusRequester next;
-    property public final androidx.compose.ui.focus.FocusRequester previous;
-    property public final androidx.compose.ui.focus.FocusRequester right;
-    property public final androidx.compose.ui.focus.FocusRequester start;
-    property public final androidx.compose.ui.focus.FocusRequester up;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester down;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester end;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester left;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester next;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester previous;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester right;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester start;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester up;
   }
 
   @Deprecated @kotlin.jvm.JvmDefaultWithCompatibility public interface FocusOrderModifier extends androidx.compose.ui.Modifier.Element {
@@ -400,7 +400,7 @@
 
   @Deprecated @kotlin.jvm.JvmDefaultWithCompatibility public interface FocusRequesterModifier extends androidx.compose.ui.Modifier.Element {
     method @Deprecated public androidx.compose.ui.focus.FocusRequester getFocusRequester();
-    property public abstract androidx.compose.ui.focus.FocusRequester focusRequester;
+    property @Deprecated public abstract androidx.compose.ui.focus.FocusRequester focusRequester;
   }
 
   public final class FocusRequesterModifierKt {
diff --git a/compose/ui/ui/api/public_plus_experimental_current.txt b/compose/ui/ui/api/public_plus_experimental_current.txt
index a73682d..d835e22 100644
--- a/compose/ui/ui/api/public_plus_experimental_current.txt
+++ b/compose/ui/ui/api/public_plus_experimental_current.txt
@@ -416,14 +416,14 @@
     method @Deprecated public void setRight(androidx.compose.ui.focus.FocusRequester);
     method @Deprecated public void setStart(androidx.compose.ui.focus.FocusRequester);
     method @Deprecated public void setUp(androidx.compose.ui.focus.FocusRequester);
-    property public final androidx.compose.ui.focus.FocusRequester down;
-    property public final androidx.compose.ui.focus.FocusRequester end;
-    property public final androidx.compose.ui.focus.FocusRequester left;
-    property public final androidx.compose.ui.focus.FocusRequester next;
-    property public final androidx.compose.ui.focus.FocusRequester previous;
-    property public final androidx.compose.ui.focus.FocusRequester right;
-    property public final androidx.compose.ui.focus.FocusRequester start;
-    property public final androidx.compose.ui.focus.FocusRequester up;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester down;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester end;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester left;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester next;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester previous;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester right;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester start;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester up;
   }
 
   @Deprecated @kotlin.jvm.JvmDefaultWithCompatibility public interface FocusOrderModifier extends androidx.compose.ui.Modifier.Element {
@@ -518,7 +518,7 @@
 
   @Deprecated @kotlin.jvm.JvmDefaultWithCompatibility public interface FocusRequesterModifier extends androidx.compose.ui.Modifier.Element {
     method @Deprecated public androidx.compose.ui.focus.FocusRequester getFocusRequester();
-    property public abstract androidx.compose.ui.focus.FocusRequester focusRequester;
+    property @Deprecated public abstract androidx.compose.ui.focus.FocusRequester focusRequester;
   }
 
   public final class FocusRequesterModifierKt {
diff --git a/compose/ui/ui/api/restricted_current.txt b/compose/ui/ui/api/restricted_current.txt
index 3e61d76..6286c61 100644
--- a/compose/ui/ui/api/restricted_current.txt
+++ b/compose/ui/ui/api/restricted_current.txt
@@ -327,14 +327,14 @@
     method @Deprecated public void setRight(androidx.compose.ui.focus.FocusRequester);
     method @Deprecated public void setStart(androidx.compose.ui.focus.FocusRequester);
     method @Deprecated public void setUp(androidx.compose.ui.focus.FocusRequester);
-    property public final androidx.compose.ui.focus.FocusRequester down;
-    property public final androidx.compose.ui.focus.FocusRequester end;
-    property public final androidx.compose.ui.focus.FocusRequester left;
-    property public final androidx.compose.ui.focus.FocusRequester next;
-    property public final androidx.compose.ui.focus.FocusRequester previous;
-    property public final androidx.compose.ui.focus.FocusRequester right;
-    property public final androidx.compose.ui.focus.FocusRequester start;
-    property public final androidx.compose.ui.focus.FocusRequester up;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester down;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester end;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester left;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester next;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester previous;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester right;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester start;
+    property @Deprecated public final androidx.compose.ui.focus.FocusRequester up;
   }
 
   @Deprecated @kotlin.jvm.JvmDefaultWithCompatibility public interface FocusOrderModifier extends androidx.compose.ui.Modifier.Element {
@@ -400,7 +400,7 @@
 
   @Deprecated @kotlin.jvm.JvmDefaultWithCompatibility public interface FocusRequesterModifier extends androidx.compose.ui.Modifier.Element {
     method @Deprecated public androidx.compose.ui.focus.FocusRequester getFocusRequester();
-    property public abstract androidx.compose.ui.focus.FocusRequester focusRequester;
+    property @Deprecated public abstract androidx.compose.ui.focus.FocusRequester focusRequester;
   }
 
   public final class FocusRequesterModifierKt {
diff --git a/paging/paging-common/api/current.txt b/paging/paging-common/api/current.txt
index a91574d..10ec13b 100644
--- a/paging/paging-common/api/current.txt
+++ b/paging/paging-common/api/current.txt
@@ -199,14 +199,14 @@
     method @Deprecated public final void removeWeakLoadStateListener(kotlin.jvm.functions.Function2<? super androidx.paging.LoadType,? super androidx.paging.LoadState,kotlin.Unit> listener);
     method @Deprecated public void retry();
     method @Deprecated public final java.util.List<T> snapshot();
-    property public final androidx.paging.PagedList.Config config;
+    property @Deprecated public final androidx.paging.PagedList.Config config;
     property @Deprecated public final androidx.paging.DataSource<?,T> dataSource;
-    property public abstract boolean isDetached;
-    property public boolean isImmutable;
-    property public abstract Object? lastKey;
-    property public final int loadedCount;
-    property public final int positionOffset;
-    property public int size;
+    property @Deprecated public abstract boolean isDetached;
+    property @Deprecated public boolean isImmutable;
+    property @Deprecated public abstract Object? lastKey;
+    property @Deprecated public final int loadedCount;
+    property @Deprecated public final int positionOffset;
+    property @Deprecated public int size;
   }
 
   @Deprecated @MainThread public abstract static class PagedList.BoundaryCallback<T> {
diff --git a/paging/paging-common/api/public_plus_experimental_current.txt b/paging/paging-common/api/public_plus_experimental_current.txt
index 55408c2..07e6471 100644
--- a/paging/paging-common/api/public_plus_experimental_current.txt
+++ b/paging/paging-common/api/public_plus_experimental_current.txt
@@ -202,14 +202,14 @@
     method @Deprecated public final void removeWeakLoadStateListener(kotlin.jvm.functions.Function2<? super androidx.paging.LoadType,? super androidx.paging.LoadState,kotlin.Unit> listener);
     method @Deprecated public void retry();
     method @Deprecated public final java.util.List<T> snapshot();
-    property public final androidx.paging.PagedList.Config config;
+    property @Deprecated public final androidx.paging.PagedList.Config config;
     property @Deprecated public final androidx.paging.DataSource<?,T> dataSource;
-    property public abstract boolean isDetached;
-    property public boolean isImmutable;
-    property public abstract Object? lastKey;
-    property public final int loadedCount;
-    property public final int positionOffset;
-    property public int size;
+    property @Deprecated public abstract boolean isDetached;
+    property @Deprecated public boolean isImmutable;
+    property @Deprecated public abstract Object? lastKey;
+    property @Deprecated public final int loadedCount;
+    property @Deprecated public final int positionOffset;
+    property @Deprecated public int size;
   }
 
   @Deprecated @MainThread public abstract static class PagedList.BoundaryCallback<T> {
diff --git a/paging/paging-common/api/restricted_current.txt b/paging/paging-common/api/restricted_current.txt
index a91574d..10ec13b 100644
--- a/paging/paging-common/api/restricted_current.txt
+++ b/paging/paging-common/api/restricted_current.txt
@@ -199,14 +199,14 @@
     method @Deprecated public final void removeWeakLoadStateListener(kotlin.jvm.functions.Function2<? super androidx.paging.LoadType,? super androidx.paging.LoadState,kotlin.Unit> listener);
     method @Deprecated public void retry();
     method @Deprecated public final java.util.List<T> snapshot();
-    property public final androidx.paging.PagedList.Config config;
+    property @Deprecated public final androidx.paging.PagedList.Config config;
     property @Deprecated public final androidx.paging.DataSource<?,T> dataSource;
-    property public abstract boolean isDetached;
-    property public boolean isImmutable;
-    property public abstract Object? lastKey;
-    property public final int loadedCount;
-    property public final int positionOffset;
-    property public int size;
+    property @Deprecated public abstract boolean isDetached;
+    property @Deprecated public boolean isImmutable;
+    property @Deprecated public abstract Object? lastKey;
+    property @Deprecated public final int loadedCount;
+    property @Deprecated public final int positionOffset;
+    property @Deprecated public int size;
   }
 
   @Deprecated @MainThread public abstract static class PagedList.BoundaryCallback<T> {
diff --git a/paging/paging-runtime/api/current.txt b/paging/paging-runtime/api/current.txt
index b67fc35..f52790f 100644
--- a/paging/paging-runtime/api/current.txt
+++ b/paging/paging-runtime/api/current.txt
@@ -15,8 +15,8 @@
     method @Deprecated public final void removePagedListListener(kotlin.jvm.functions.Function2<? super androidx.paging.PagedList<T>,? super androidx.paging.PagedList<T>,kotlin.Unit> callback);
     method @Deprecated public void submitList(androidx.paging.PagedList<T>? pagedList);
     method @Deprecated public void submitList(androidx.paging.PagedList<T>? pagedList, Runnable? commitCallback);
-    property public androidx.paging.PagedList<T>? currentList;
-    property public int itemCount;
+    property @Deprecated public androidx.paging.PagedList<T>? currentList;
+    property @Deprecated public int itemCount;
   }
 
   @Deprecated public static interface AsyncPagedListDiffer.PagedListListener<T> {
@@ -97,7 +97,7 @@
     method @Deprecated public final androidx.recyclerview.widget.ConcatAdapter withLoadStateFooter(androidx.paging.LoadStateAdapter<?> footer);
     method @Deprecated public final androidx.recyclerview.widget.ConcatAdapter withLoadStateHeader(androidx.paging.LoadStateAdapter<?> header);
     method @Deprecated public final androidx.recyclerview.widget.ConcatAdapter withLoadStateHeaderAndFooter(androidx.paging.LoadStateAdapter<?> header, androidx.paging.LoadStateAdapter<?> footer);
-    property public androidx.paging.PagedList<T>? currentList;
+    property @Deprecated public androidx.paging.PagedList<T>? currentList;
   }
 
   public abstract class PagingDataAdapter<T, VH extends androidx.recyclerview.widget.RecyclerView.ViewHolder> extends androidx.recyclerview.widget.RecyclerView.Adapter<VH> {
diff --git a/paging/paging-runtime/api/public_plus_experimental_current.txt b/paging/paging-runtime/api/public_plus_experimental_current.txt
index b67fc35..f52790f 100644
--- a/paging/paging-runtime/api/public_plus_experimental_current.txt
+++ b/paging/paging-runtime/api/public_plus_experimental_current.txt
@@ -15,8 +15,8 @@
     method @Deprecated public final void removePagedListListener(kotlin.jvm.functions.Function2<? super androidx.paging.PagedList<T>,? super androidx.paging.PagedList<T>,kotlin.Unit> callback);
     method @Deprecated public void submitList(androidx.paging.PagedList<T>? pagedList);
     method @Deprecated public void submitList(androidx.paging.PagedList<T>? pagedList, Runnable? commitCallback);
-    property public androidx.paging.PagedList<T>? currentList;
-    property public int itemCount;
+    property @Deprecated public androidx.paging.PagedList<T>? currentList;
+    property @Deprecated public int itemCount;
   }
 
   @Deprecated public static interface AsyncPagedListDiffer.PagedListListener<T> {
@@ -97,7 +97,7 @@
     method @Deprecated public final androidx.recyclerview.widget.ConcatAdapter withLoadStateFooter(androidx.paging.LoadStateAdapter<?> footer);
     method @Deprecated public final androidx.recyclerview.widget.ConcatAdapter withLoadStateHeader(androidx.paging.LoadStateAdapter<?> header);
     method @Deprecated public final androidx.recyclerview.widget.ConcatAdapter withLoadStateHeaderAndFooter(androidx.paging.LoadStateAdapter<?> header, androidx.paging.LoadStateAdapter<?> footer);
-    property public androidx.paging.PagedList<T>? currentList;
+    property @Deprecated public androidx.paging.PagedList<T>? currentList;
   }
 
   public abstract class PagingDataAdapter<T, VH extends androidx.recyclerview.widget.RecyclerView.ViewHolder> extends androidx.recyclerview.widget.RecyclerView.Adapter<VH> {
diff --git a/paging/paging-runtime/api/restricted_current.txt b/paging/paging-runtime/api/restricted_current.txt
index b67fc35..f52790f 100644
--- a/paging/paging-runtime/api/restricted_current.txt
+++ b/paging/paging-runtime/api/restricted_current.txt
@@ -15,8 +15,8 @@
     method @Deprecated public final void removePagedListListener(kotlin.jvm.functions.Function2<? super androidx.paging.PagedList<T>,? super androidx.paging.PagedList<T>,kotlin.Unit> callback);
     method @Deprecated public void submitList(androidx.paging.PagedList<T>? pagedList);
     method @Deprecated public void submitList(androidx.paging.PagedList<T>? pagedList, Runnable? commitCallback);
-    property public androidx.paging.PagedList<T>? currentList;
-    property public int itemCount;
+    property @Deprecated public androidx.paging.PagedList<T>? currentList;
+    property @Deprecated public int itemCount;
   }
 
   @Deprecated public static interface AsyncPagedListDiffer.PagedListListener<T> {
@@ -97,7 +97,7 @@
     method @Deprecated public final androidx.recyclerview.widget.ConcatAdapter withLoadStateFooter(androidx.paging.LoadStateAdapter<?> footer);
     method @Deprecated public final androidx.recyclerview.widget.ConcatAdapter withLoadStateHeader(androidx.paging.LoadStateAdapter<?> header);
     method @Deprecated public final androidx.recyclerview.widget.ConcatAdapter withLoadStateHeaderAndFooter(androidx.paging.LoadStateAdapter<?> header, androidx.paging.LoadStateAdapter<?> footer);
-    property public androidx.paging.PagedList<T>? currentList;
+    property @Deprecated public androidx.paging.PagedList<T>? currentList;
   }
 
   public abstract class PagingDataAdapter<T, VH extends androidx.recyclerview.widget.RecyclerView.ViewHolder> extends androidx.recyclerview.widget.RecyclerView.Adapter<VH> {
diff --git a/wear/compose/compose-material/api/current.txt b/wear/compose/compose-material/api/current.txt
index 8643b92..1be733d 100644
--- a/wear/compose/compose-material/api/current.txt
+++ b/wear/compose/compose-material/api/current.txt
@@ -451,8 +451,8 @@
   @Deprecated public static final class ScalingLazyListAnchorType.Companion {
     method @Deprecated public int getItemCenter();
     method @Deprecated public int getItemStart();
-    property public final int ItemCenter;
-    property public final int ItemStart;
+    property @Deprecated public final int ItemCenter;
+    property @Deprecated public final int ItemStart;
   }
 
   @Deprecated public sealed interface ScalingLazyListItemInfo {
@@ -464,14 +464,14 @@
     method @Deprecated public int getSize();
     method @Deprecated public int getUnadjustedOffset();
     method @Deprecated public int getUnadjustedSize();
-    property public abstract float alpha;
-    property public abstract int index;
-    property public abstract Object key;
-    property public abstract int offset;
-    property public abstract float scale;
-    property public abstract int size;
-    property public abstract int unadjustedOffset;
-    property public abstract int unadjustedSize;
+    property @Deprecated public abstract float alpha;
+    property @Deprecated public abstract int index;
+    property @Deprecated public abstract Object key;
+    property @Deprecated public abstract int offset;
+    property @Deprecated public abstract float scale;
+    property @Deprecated public abstract int size;
+    property @Deprecated public abstract int unadjustedOffset;
+    property @Deprecated public abstract int unadjustedSize;
   }
 
   @Deprecated @androidx.compose.runtime.Stable @androidx.wear.compose.material.ScalingLazyScopeMarker public sealed interface ScalingLazyListItemScope {
@@ -492,17 +492,17 @@
     method @Deprecated public long getViewportSize();
     method @Deprecated public int getViewportStartOffset();
     method @Deprecated public java.util.List<androidx.wear.compose.material.ScalingLazyListItemInfo> getVisibleItemsInfo();
-    property public abstract int afterAutoCenteringPadding;
-    property public abstract int afterContentPadding;
-    property public abstract int beforeAutoCenteringPadding;
-    property public abstract int beforeContentPadding;
-    property public abstract androidx.compose.foundation.gestures.Orientation orientation;
-    property public abstract boolean reverseLayout;
-    property public abstract int totalItemsCount;
-    property public abstract int viewportEndOffset;
-    property public abstract long viewportSize;
-    property public abstract int viewportStartOffset;
-    property public abstract java.util.List<androidx.wear.compose.material.ScalingLazyListItemInfo> visibleItemsInfo;
+    property @Deprecated public abstract int afterAutoCenteringPadding;
+    property @Deprecated public abstract int afterContentPadding;
+    property @Deprecated public abstract int beforeAutoCenteringPadding;
+    property @Deprecated public abstract int beforeContentPadding;
+    property @Deprecated public abstract androidx.compose.foundation.gestures.Orientation orientation;
+    property @Deprecated public abstract boolean reverseLayout;
+    property @Deprecated public abstract int totalItemsCount;
+    property @Deprecated public abstract int viewportEndOffset;
+    property @Deprecated public abstract long viewportSize;
+    property @Deprecated public abstract int viewportStartOffset;
+    property @Deprecated public abstract java.util.List<androidx.wear.compose.material.ScalingLazyListItemInfo> visibleItemsInfo;
   }
 
   @Deprecated @androidx.wear.compose.material.ScalingLazyScopeMarker public sealed interface ScalingLazyListScope {
@@ -520,18 +520,18 @@
     method @Deprecated public boolean isScrollInProgress();
     method @Deprecated public suspend Object? scroll(androidx.compose.foundation.MutatePriority scrollPriority, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.gestures.ScrollScope,? super kotlin.coroutines.Continuation<? super kotlin.Unit>,?> block, kotlin.coroutines.Continuation<? super kotlin.Unit>);
     method @Deprecated public suspend Object? scrollToItem(int index, optional int scrollOffset, optional kotlin.coroutines.Continuation<? super kotlin.Unit>);
-    property public boolean canScrollBackward;
-    property public boolean canScrollForward;
-    property public final int centerItemIndex;
-    property public final int centerItemScrollOffset;
-    property public boolean isScrollInProgress;
-    property public final androidx.wear.compose.material.ScalingLazyListLayoutInfo layoutInfo;
+    property @Deprecated public boolean canScrollBackward;
+    property @Deprecated public boolean canScrollForward;
+    property @Deprecated public final int centerItemIndex;
+    property @Deprecated public final int centerItemScrollOffset;
+    property @Deprecated public boolean isScrollInProgress;
+    property @Deprecated public final androidx.wear.compose.material.ScalingLazyListLayoutInfo layoutInfo;
     field @Deprecated public static final androidx.wear.compose.material.ScalingLazyListState.Companion Companion;
   }
 
   @Deprecated public static final class ScalingLazyListState.Companion {
     method @Deprecated public androidx.compose.runtime.saveable.Saver<androidx.wear.compose.material.ScalingLazyListState,java.lang.Object> getSaver();
-    property public final androidx.compose.runtime.saveable.Saver<androidx.wear.compose.material.ScalingLazyListState,java.lang.Object> Saver;
+    property @Deprecated public final androidx.compose.runtime.saveable.Saver<androidx.wear.compose.material.ScalingLazyListState,java.lang.Object> Saver;
   }
 
   public final class ScalingLazyListStateKt {
@@ -550,13 +550,13 @@
     method @Deprecated public float getMinTransitionArea();
     method @Deprecated public androidx.compose.animation.core.Easing getScaleInterpolator();
     method @Deprecated public int resolveViewportVerticalOffset(long viewportConstraints);
-    property public abstract float edgeAlpha;
-    property public abstract float edgeScale;
-    property public abstract float maxElementHeight;
-    property public abstract float maxTransitionArea;
-    property public abstract float minElementHeight;
-    property public abstract float minTransitionArea;
-    property public abstract androidx.compose.animation.core.Easing scaleInterpolator;
+    property @Deprecated public abstract float edgeAlpha;
+    property @Deprecated public abstract float edgeScale;
+    property @Deprecated public abstract float maxElementHeight;
+    property @Deprecated public abstract float maxTransitionArea;
+    property @Deprecated public abstract float minElementHeight;
+    property @Deprecated public abstract float minTransitionArea;
+    property @Deprecated public abstract androidx.compose.animation.core.Easing scaleInterpolator;
   }
 
   public final class ScrollAwayKt {
diff --git a/wear/compose/compose-material/api/public_plus_experimental_current.txt b/wear/compose/compose-material/api/public_plus_experimental_current.txt
index b5342b3..c1255f3 100644
--- a/wear/compose/compose-material/api/public_plus_experimental_current.txt
+++ b/wear/compose/compose-material/api/public_plus_experimental_current.txt
@@ -502,8 +502,8 @@
   @Deprecated public static final class ScalingLazyListAnchorType.Companion {
     method @Deprecated public int getItemCenter();
     method @Deprecated public int getItemStart();
-    property public final int ItemCenter;
-    property public final int ItemStart;
+    property @Deprecated public final int ItemCenter;
+    property @Deprecated public final int ItemStart;
   }
 
   @Deprecated public sealed interface ScalingLazyListItemInfo {
@@ -515,14 +515,14 @@
     method @Deprecated public int getSize();
     method @Deprecated public int getUnadjustedOffset();
     method @Deprecated public int getUnadjustedSize();
-    property public abstract float alpha;
-    property public abstract int index;
-    property public abstract Object key;
-    property public abstract int offset;
-    property public abstract float scale;
-    property public abstract int size;
-    property public abstract int unadjustedOffset;
-    property public abstract int unadjustedSize;
+    property @Deprecated public abstract float alpha;
+    property @Deprecated public abstract int index;
+    property @Deprecated public abstract Object key;
+    property @Deprecated public abstract int offset;
+    property @Deprecated public abstract float scale;
+    property @Deprecated public abstract int size;
+    property @Deprecated public abstract int unadjustedOffset;
+    property @Deprecated public abstract int unadjustedSize;
   }
 
   @Deprecated @androidx.compose.runtime.Stable @androidx.wear.compose.material.ScalingLazyScopeMarker public sealed interface ScalingLazyListItemScope {
@@ -543,17 +543,17 @@
     method @Deprecated public long getViewportSize();
     method @Deprecated public int getViewportStartOffset();
     method @Deprecated public java.util.List<androidx.wear.compose.material.ScalingLazyListItemInfo> getVisibleItemsInfo();
-    property public abstract int afterAutoCenteringPadding;
-    property public abstract int afterContentPadding;
-    property public abstract int beforeAutoCenteringPadding;
-    property public abstract int beforeContentPadding;
-    property public abstract androidx.compose.foundation.gestures.Orientation orientation;
-    property public abstract boolean reverseLayout;
-    property public abstract int totalItemsCount;
-    property public abstract int viewportEndOffset;
-    property public abstract long viewportSize;
-    property public abstract int viewportStartOffset;
-    property public abstract java.util.List<androidx.wear.compose.material.ScalingLazyListItemInfo> visibleItemsInfo;
+    property @Deprecated public abstract int afterAutoCenteringPadding;
+    property @Deprecated public abstract int afterContentPadding;
+    property @Deprecated public abstract int beforeAutoCenteringPadding;
+    property @Deprecated public abstract int beforeContentPadding;
+    property @Deprecated public abstract androidx.compose.foundation.gestures.Orientation orientation;
+    property @Deprecated public abstract boolean reverseLayout;
+    property @Deprecated public abstract int totalItemsCount;
+    property @Deprecated public abstract int viewportEndOffset;
+    property @Deprecated public abstract long viewportSize;
+    property @Deprecated public abstract int viewportStartOffset;
+    property @Deprecated public abstract java.util.List<androidx.wear.compose.material.ScalingLazyListItemInfo> visibleItemsInfo;
   }
 
   @Deprecated @androidx.wear.compose.material.ScalingLazyScopeMarker public sealed interface ScalingLazyListScope {
@@ -571,18 +571,18 @@
     method @Deprecated public boolean isScrollInProgress();
     method @Deprecated public suspend Object? scroll(androidx.compose.foundation.MutatePriority scrollPriority, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.gestures.ScrollScope,? super kotlin.coroutines.Continuation<? super kotlin.Unit>,?> block, kotlin.coroutines.Continuation<? super kotlin.Unit>);
     method @Deprecated public suspend Object? scrollToItem(int index, optional int scrollOffset, optional kotlin.coroutines.Continuation<? super kotlin.Unit>);
-    property public boolean canScrollBackward;
-    property public boolean canScrollForward;
-    property public final int centerItemIndex;
-    property public final int centerItemScrollOffset;
-    property public boolean isScrollInProgress;
-    property public final androidx.wear.compose.material.ScalingLazyListLayoutInfo layoutInfo;
+    property @Deprecated public boolean canScrollBackward;
+    property @Deprecated public boolean canScrollForward;
+    property @Deprecated public final int centerItemIndex;
+    property @Deprecated public final int centerItemScrollOffset;
+    property @Deprecated public boolean isScrollInProgress;
+    property @Deprecated public final androidx.wear.compose.material.ScalingLazyListLayoutInfo layoutInfo;
     field @Deprecated public static final androidx.wear.compose.material.ScalingLazyListState.Companion Companion;
   }
 
   @Deprecated public static final class ScalingLazyListState.Companion {
     method @Deprecated public androidx.compose.runtime.saveable.Saver<androidx.wear.compose.material.ScalingLazyListState,java.lang.Object> getSaver();
-    property public final androidx.compose.runtime.saveable.Saver<androidx.wear.compose.material.ScalingLazyListState,java.lang.Object> Saver;
+    property @Deprecated public final androidx.compose.runtime.saveable.Saver<androidx.wear.compose.material.ScalingLazyListState,java.lang.Object> Saver;
   }
 
   public final class ScalingLazyListStateKt {
@@ -601,13 +601,13 @@
     method @Deprecated public float getMinTransitionArea();
     method @Deprecated public androidx.compose.animation.core.Easing getScaleInterpolator();
     method @Deprecated public int resolveViewportVerticalOffset(long viewportConstraints);
-    property public abstract float edgeAlpha;
-    property public abstract float edgeScale;
-    property public abstract float maxElementHeight;
-    property public abstract float maxTransitionArea;
-    property public abstract float minElementHeight;
-    property public abstract float minTransitionArea;
-    property public abstract androidx.compose.animation.core.Easing scaleInterpolator;
+    property @Deprecated public abstract float edgeAlpha;
+    property @Deprecated public abstract float edgeScale;
+    property @Deprecated public abstract float maxElementHeight;
+    property @Deprecated public abstract float maxTransitionArea;
+    property @Deprecated public abstract float minElementHeight;
+    property @Deprecated public abstract float minTransitionArea;
+    property @Deprecated public abstract androidx.compose.animation.core.Easing scaleInterpolator;
   }
 
   public final class ScrollAwayKt {
diff --git a/wear/compose/compose-material/api/restricted_current.txt b/wear/compose/compose-material/api/restricted_current.txt
index 8643b92..1be733d 100644
--- a/wear/compose/compose-material/api/restricted_current.txt
+++ b/wear/compose/compose-material/api/restricted_current.txt
@@ -451,8 +451,8 @@
   @Deprecated public static final class ScalingLazyListAnchorType.Companion {
     method @Deprecated public int getItemCenter();
     method @Deprecated public int getItemStart();
-    property public final int ItemCenter;
-    property public final int ItemStart;
+    property @Deprecated public final int ItemCenter;
+    property @Deprecated public final int ItemStart;
   }
 
   @Deprecated public sealed interface ScalingLazyListItemInfo {
@@ -464,14 +464,14 @@
     method @Deprecated public int getSize();
     method @Deprecated public int getUnadjustedOffset();
     method @Deprecated public int getUnadjustedSize();
-    property public abstract float alpha;
-    property public abstract int index;
-    property public abstract Object key;
-    property public abstract int offset;
-    property public abstract float scale;
-    property public abstract int size;
-    property public abstract int unadjustedOffset;
-    property public abstract int unadjustedSize;
+    property @Deprecated public abstract float alpha;
+    property @Deprecated public abstract int index;
+    property @Deprecated public abstract Object key;
+    property @Deprecated public abstract int offset;
+    property @Deprecated public abstract float scale;
+    property @Deprecated public abstract int size;
+    property @Deprecated public abstract int unadjustedOffset;
+    property @Deprecated public abstract int unadjustedSize;
   }
 
   @Deprecated @androidx.compose.runtime.Stable @androidx.wear.compose.material.ScalingLazyScopeMarker public sealed interface ScalingLazyListItemScope {
@@ -492,17 +492,17 @@
     method @Deprecated public long getViewportSize();
     method @Deprecated public int getViewportStartOffset();
     method @Deprecated public java.util.List<androidx.wear.compose.material.ScalingLazyListItemInfo> getVisibleItemsInfo();
-    property public abstract int afterAutoCenteringPadding;
-    property public abstract int afterContentPadding;
-    property public abstract int beforeAutoCenteringPadding;
-    property public abstract int beforeContentPadding;
-    property public abstract androidx.compose.foundation.gestures.Orientation orientation;
-    property public abstract boolean reverseLayout;
-    property public abstract int totalItemsCount;
-    property public abstract int viewportEndOffset;
-    property public abstract long viewportSize;
-    property public abstract int viewportStartOffset;
-    property public abstract java.util.List<androidx.wear.compose.material.ScalingLazyListItemInfo> visibleItemsInfo;
+    property @Deprecated public abstract int afterAutoCenteringPadding;
+    property @Deprecated public abstract int afterContentPadding;
+    property @Deprecated public abstract int beforeAutoCenteringPadding;
+    property @Deprecated public abstract int beforeContentPadding;
+    property @Deprecated public abstract androidx.compose.foundation.gestures.Orientation orientation;
+    property @Deprecated public abstract boolean reverseLayout;
+    property @Deprecated public abstract int totalItemsCount;
+    property @Deprecated public abstract int viewportEndOffset;
+    property @Deprecated public abstract long viewportSize;
+    property @Deprecated public abstract int viewportStartOffset;
+    property @Deprecated public abstract java.util.List<androidx.wear.compose.material.ScalingLazyListItemInfo> visibleItemsInfo;
   }
 
   @Deprecated @androidx.wear.compose.material.ScalingLazyScopeMarker public sealed interface ScalingLazyListScope {
@@ -520,18 +520,18 @@
     method @Deprecated public boolean isScrollInProgress();
     method @Deprecated public suspend Object? scroll(androidx.compose.foundation.MutatePriority scrollPriority, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.gestures.ScrollScope,? super kotlin.coroutines.Continuation<? super kotlin.Unit>,?> block, kotlin.coroutines.Continuation<? super kotlin.Unit>);
     method @Deprecated public suspend Object? scrollToItem(int index, optional int scrollOffset, optional kotlin.coroutines.Continuation<? super kotlin.Unit>);
-    property public boolean canScrollBackward;
-    property public boolean canScrollForward;
-    property public final int centerItemIndex;
-    property public final int centerItemScrollOffset;
-    property public boolean isScrollInProgress;
-    property public final androidx.wear.compose.material.ScalingLazyListLayoutInfo layoutInfo;
+    property @Deprecated public boolean canScrollBackward;
+    property @Deprecated public boolean canScrollForward;
+    property @Deprecated public final int centerItemIndex;
+    property @Deprecated public final int centerItemScrollOffset;
+    property @Deprecated public boolean isScrollInProgress;
+    property @Deprecated public final androidx.wear.compose.material.ScalingLazyListLayoutInfo layoutInfo;
     field @Deprecated public static final androidx.wear.compose.material.ScalingLazyListState.Companion Companion;
   }
 
   @Deprecated public static final class ScalingLazyListState.Companion {
     method @Deprecated public androidx.compose.runtime.saveable.Saver<androidx.wear.compose.material.ScalingLazyListState,java.lang.Object> getSaver();
-    property public final androidx.compose.runtime.saveable.Saver<androidx.wear.compose.material.ScalingLazyListState,java.lang.Object> Saver;
+    property @Deprecated public final androidx.compose.runtime.saveable.Saver<androidx.wear.compose.material.ScalingLazyListState,java.lang.Object> Saver;
   }
 
   public final class ScalingLazyListStateKt {
@@ -550,13 +550,13 @@
     method @Deprecated public float getMinTransitionArea();
     method @Deprecated public androidx.compose.animation.core.Easing getScaleInterpolator();
     method @Deprecated public int resolveViewportVerticalOffset(long viewportConstraints);
-    property public abstract float edgeAlpha;
-    property public abstract float edgeScale;
-    property public abstract float maxElementHeight;
-    property public abstract float maxTransitionArea;
-    property public abstract float minElementHeight;
-    property public abstract float minTransitionArea;
-    property public abstract androidx.compose.animation.core.Easing scaleInterpolator;
+    property @Deprecated public abstract float edgeAlpha;
+    property @Deprecated public abstract float edgeScale;
+    property @Deprecated public abstract float maxElementHeight;
+    property @Deprecated public abstract float maxTransitionArea;
+    property @Deprecated public abstract float minElementHeight;
+    property @Deprecated public abstract float minTransitionArea;
+    property @Deprecated public abstract androidx.compose.animation.core.Easing scaleInterpolator;
   }
 
   public final class ScrollAwayKt {
diff --git a/wear/watchface/watchface-client/api/current.txt b/wear/watchface/watchface-client/api/current.txt
index 0b9fb8b..18e4f08 100644
--- a/wear/watchface/watchface-client/api/current.txt
+++ b/wear/watchface/watchface-client/api/current.txt
@@ -52,8 +52,8 @@
     ctor @Deprecated public DefaultComplicationDataSourcePolicyAndType(androidx.wear.watchface.complications.DefaultComplicationDataSourcePolicy policy, androidx.wear.watchface.complications.data.ComplicationType type);
     method @Deprecated public androidx.wear.watchface.complications.DefaultComplicationDataSourcePolicy getPolicy();
     method @Deprecated public androidx.wear.watchface.complications.data.ComplicationType getType();
-    property public final androidx.wear.watchface.complications.DefaultComplicationDataSourcePolicy policy;
-    property public final androidx.wear.watchface.complications.data.ComplicationType type;
+    property @Deprecated public final androidx.wear.watchface.complications.DefaultComplicationDataSourcePolicy policy;
+    property @Deprecated public final androidx.wear.watchface.complications.data.ComplicationType type;
   }
 
   public final class DeviceConfig {
diff --git a/wear/watchface/watchface-client/api/public_plus_experimental_current.txt b/wear/watchface/watchface-client/api/public_plus_experimental_current.txt
index a33f16c..d593c83 100644
--- a/wear/watchface/watchface-client/api/public_plus_experimental_current.txt
+++ b/wear/watchface/watchface-client/api/public_plus_experimental_current.txt
@@ -56,8 +56,8 @@
     ctor @Deprecated public DefaultComplicationDataSourcePolicyAndType(androidx.wear.watchface.complications.DefaultComplicationDataSourcePolicy policy, androidx.wear.watchface.complications.data.ComplicationType type);
     method @Deprecated public androidx.wear.watchface.complications.DefaultComplicationDataSourcePolicy getPolicy();
     method @Deprecated public androidx.wear.watchface.complications.data.ComplicationType getType();
-    property public final androidx.wear.watchface.complications.DefaultComplicationDataSourcePolicy policy;
-    property public final androidx.wear.watchface.complications.data.ComplicationType type;
+    property @Deprecated public final androidx.wear.watchface.complications.DefaultComplicationDataSourcePolicy policy;
+    property @Deprecated public final androidx.wear.watchface.complications.data.ComplicationType type;
   }
 
   public final class DeviceConfig {
diff --git a/wear/watchface/watchface-client/api/restricted_current.txt b/wear/watchface/watchface-client/api/restricted_current.txt
index 0b9fb8b..18e4f08 100644
--- a/wear/watchface/watchface-client/api/restricted_current.txt
+++ b/wear/watchface/watchface-client/api/restricted_current.txt
@@ -52,8 +52,8 @@
     ctor @Deprecated public DefaultComplicationDataSourcePolicyAndType(androidx.wear.watchface.complications.DefaultComplicationDataSourcePolicy policy, androidx.wear.watchface.complications.data.ComplicationType type);
     method @Deprecated public androidx.wear.watchface.complications.DefaultComplicationDataSourcePolicy getPolicy();
     method @Deprecated public androidx.wear.watchface.complications.data.ComplicationType getType();
-    property public final androidx.wear.watchface.complications.DefaultComplicationDataSourcePolicy policy;
-    property public final androidx.wear.watchface.complications.data.ComplicationType type;
+    property @Deprecated public final androidx.wear.watchface.complications.DefaultComplicationDataSourcePolicy policy;
+    property @Deprecated public final androidx.wear.watchface.complications.data.ComplicationType type;
   }
 
   public final class DeviceConfig {
diff --git a/wear/watchface/watchface/api/current.txt b/wear/watchface/watchface/api/current.txt
index 329aaeb..7376e37 100644
--- a/wear/watchface/watchface/api/current.txt
+++ b/wear/watchface/watchface/api/current.txt
@@ -219,7 +219,7 @@
     method @Deprecated public void onDump(java.io.PrintWriter writer);
     method @Deprecated @UiThread public abstract void render(android.graphics.Canvas canvas, android.graphics.Rect bounds, java.time.ZonedDateTime zonedDateTime);
     method @Deprecated @UiThread public abstract void renderHighlightLayer(android.graphics.Canvas canvas, android.graphics.Rect bounds, java.time.ZonedDateTime zonedDateTime);
-    property public final boolean clearWithBackgroundTintBeforeRenderingHighlightLayer;
+    property @Deprecated public final boolean clearWithBackgroundTintBeforeRenderingHighlightLayer;
   }
 
   public abstract static class Renderer.CanvasRenderer2<SharedAssetsT extends androidx.wear.watchface.Renderer.SharedAssets> extends androidx.wear.watchface.Renderer.CanvasRenderer {
@@ -249,10 +249,10 @@
     method @Deprecated public final suspend Object? runUiThreadGlCommands(kotlin.jvm.functions.Function1<? super kotlin.coroutines.Continuation<? super kotlin.Unit>,?> commands, kotlin.coroutines.Continuation<? super kotlin.Unit>);
     method @Deprecated public final void setEglConfig(android.opengl.EGLConfig);
     method @Deprecated public final void setEglDisplay(android.opengl.EGLDisplay);
-    property public final android.opengl.EGLContext eglBackgroundThreadContext;
-    property public final android.opengl.EGLConfig eglConfig;
-    property public final android.opengl.EGLDisplay eglDisplay;
-    property public final android.opengl.EGLContext eglUiThreadContext;
+    property @Deprecated public final android.opengl.EGLContext eglBackgroundThreadContext;
+    property @Deprecated public final android.opengl.EGLConfig eglConfig;
+    property @Deprecated public final android.opengl.EGLDisplay eglDisplay;
+    property @Deprecated public final android.opengl.EGLContext eglUiThreadContext;
   }
 
   @Deprecated public static final class Renderer.GlesRenderer.GlesException extends java.lang.Exception {
diff --git a/wear/watchface/watchface/api/public_plus_experimental_current.txt b/wear/watchface/watchface/api/public_plus_experimental_current.txt
index 70c32d5..220208d 100644
--- a/wear/watchface/watchface/api/public_plus_experimental_current.txt
+++ b/wear/watchface/watchface/api/public_plus_experimental_current.txt
@@ -238,7 +238,7 @@
     method @Deprecated public void onDump(java.io.PrintWriter writer);
     method @Deprecated @UiThread public abstract void render(android.graphics.Canvas canvas, android.graphics.Rect bounds, java.time.ZonedDateTime zonedDateTime);
     method @Deprecated @UiThread public abstract void renderHighlightLayer(android.graphics.Canvas canvas, android.graphics.Rect bounds, java.time.ZonedDateTime zonedDateTime);
-    property public final boolean clearWithBackgroundTintBeforeRenderingHighlightLayer;
+    property @Deprecated public final boolean clearWithBackgroundTintBeforeRenderingHighlightLayer;
   }
 
   public abstract static class Renderer.CanvasRenderer2<SharedAssetsT extends androidx.wear.watchface.Renderer.SharedAssets> extends androidx.wear.watchface.Renderer.CanvasRenderer {
@@ -268,10 +268,10 @@
     method @Deprecated public final suspend Object? runUiThreadGlCommands(kotlin.jvm.functions.Function1<? super kotlin.coroutines.Continuation<? super kotlin.Unit>,?> commands, kotlin.coroutines.Continuation<? super kotlin.Unit>);
     method @Deprecated public final void setEglConfig(android.opengl.EGLConfig);
     method @Deprecated public final void setEglDisplay(android.opengl.EGLDisplay);
-    property public final android.opengl.EGLContext eglBackgroundThreadContext;
-    property public final android.opengl.EGLConfig eglConfig;
-    property public final android.opengl.EGLDisplay eglDisplay;
-    property public final android.opengl.EGLContext eglUiThreadContext;
+    property @Deprecated public final android.opengl.EGLContext eglBackgroundThreadContext;
+    property @Deprecated public final android.opengl.EGLConfig eglConfig;
+    property @Deprecated public final android.opengl.EGLDisplay eglDisplay;
+    property @Deprecated public final android.opengl.EGLContext eglUiThreadContext;
   }
 
   @Deprecated public static final class Renderer.GlesRenderer.GlesException extends java.lang.Exception {
diff --git a/wear/watchface/watchface/api/restricted_current.txt b/wear/watchface/watchface/api/restricted_current.txt
index 329aaeb..7376e37 100644
--- a/wear/watchface/watchface/api/restricted_current.txt
+++ b/wear/watchface/watchface/api/restricted_current.txt
@@ -219,7 +219,7 @@
     method @Deprecated public void onDump(java.io.PrintWriter writer);
     method @Deprecated @UiThread public abstract void render(android.graphics.Canvas canvas, android.graphics.Rect bounds, java.time.ZonedDateTime zonedDateTime);
     method @Deprecated @UiThread public abstract void renderHighlightLayer(android.graphics.Canvas canvas, android.graphics.Rect bounds, java.time.ZonedDateTime zonedDateTime);
-    property public final boolean clearWithBackgroundTintBeforeRenderingHighlightLayer;
+    property @Deprecated public final boolean clearWithBackgroundTintBeforeRenderingHighlightLayer;
   }
 
   public abstract static class Renderer.CanvasRenderer2<SharedAssetsT extends androidx.wear.watchface.Renderer.SharedAssets> extends androidx.wear.watchface.Renderer.CanvasRenderer {
@@ -249,10 +249,10 @@
     method @Deprecated public final suspend Object? runUiThreadGlCommands(kotlin.jvm.functions.Function1<? super kotlin.coroutines.Continuation<? super kotlin.Unit>,?> commands, kotlin.coroutines.Continuation<? super kotlin.Unit>);
     method @Deprecated public final void setEglConfig(android.opengl.EGLConfig);
     method @Deprecated public final void setEglDisplay(android.opengl.EGLDisplay);
-    property public final android.opengl.EGLContext eglBackgroundThreadContext;
-    property public final android.opengl.EGLConfig eglConfig;
-    property public final android.opengl.EGLDisplay eglDisplay;
-    property public final android.opengl.EGLContext eglUiThreadContext;
+    property @Deprecated public final android.opengl.EGLContext eglBackgroundThreadContext;
+    property @Deprecated public final android.opengl.EGLConfig eglConfig;
+    property @Deprecated public final android.opengl.EGLDisplay eglDisplay;
+    property @Deprecated public final android.opengl.EGLContext eglUiThreadContext;
   }
 
   @Deprecated public static final class Renderer.GlesRenderer.GlesException extends java.lang.Exception {