Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 6b519111ff6d72aacfd480686f6fc95e167b1d19
Author: Nader Jawad <njawad@google.com>
Date: Mon Aug 03 17:27:51 2020
Removal of PxBounds
Relnote: "Deprecated PxBounds in
favor of Rect. Updated all usages
of PxBounds with rect and added
proper deprecate/replace with
annotations to assist with the
migration."
Test: re-ran compose tests
Change-Id: I370384202fff3e5b147d42086f4350ab7fa830de
Fixes: 162627058
M ui/ui-animation/api/current.txt
M ui/ui-animation/api/public_plus_experimental_current.txt
M ui/ui-animation/api/restricted_current.txt
M ui/ui-animation/src/androidAndroidTest/kotlin/androidx/compose/animation/SingleValueAnimationTest.kt
M ui/ui-animation/src/commonMain/kotlin/androidx/compose/animation/PropertyKeys.kt
M ui/ui-animation/src/commonMain/kotlin/androidx/compose/animation/SingleValueAnimation.kt
M ui/ui-core/api/current.txt
M ui/ui-core/api/public_plus_experimental_current.txt
M ui/ui-core/api/restricted_current.txt
M ui/ui-core/src/androidAndroidTest/kotlin/androidx/compose/ui/draw/DrawLayerTest.kt
M ui/ui-core/src/androidAndroidTest/kotlin/androidx/compose/ui/input/pointer/HitPathTrackerTest.kt
M ui/ui-core/src/androidAndroidTest/kotlin/androidx/compose/ui/layout/OnPositionedTest.kt
M ui/ui-core/src/androidAndroidTest/kotlin/androidx/compose/ui/layout/RootNodeLayoutTest.kt
M ui/ui-core/src/androidMain/kotlin/androidx/compose/ui/platform/AndroidComposeViewAccessibilityDelegateCompat.kt
M ui/ui-core/src/commonMain/kotlin/androidx/compose/ui/layout/LayoutCoordinates.kt
M ui/ui-core/src/commonMain/kotlin/androidx/compose/ui/node/LayoutNodeWrapper.kt
M ui/ui-core/src/commonMain/kotlin/androidx/compose/ui/semantics/SemanticsNode.kt
M ui/ui-material/src/androidAndroidTest/kotlin/androidx/compose/material/ButtonTest.kt
M ui/ui-material/src/androidAndroidTest/kotlin/androidx/compose/material/FloatingActionButtonTest.kt
M ui/ui-material/src/androidAndroidTest/kotlin/androidx/compose/material/ScaffoldTest.kt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/AppBar.kt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/Scaffold.kt
M ui/ui-test/src/androidMain/kotlin/androidx/ui/test/AndroidAssertions.kt
M ui/ui-test/src/commonMain/kotlin/androidx/ui/test/BoundsAssertions.kt
M ui/ui-test/src/commonMain/kotlin/androidx/ui/test/Output.kt
M ui/ui-test/src/commonMain/kotlin/androidx/ui/test/SemanticsNodeInteraction.kt
M ui/ui-tooling/src/main/java/androidx/ui/tooling/preview/ComposeViewAdapter.kt
M ui/ui-unit/api/current.txt
M ui/ui-unit/api/public_plus_experimental_current.txt
M ui/ui-unit/api/restricted_current.txt
M ui/ui-unit/src/commonMain/kotlin/androidx/compose/ui/unit/Px.kt
M ui/ui-unit/src/test/kotlin/androidx/compose/ui/unit/PxTest.kt
https://android-review.googlesource.com/1386435
Branch: androidx-master-dev
commit 6b519111ff6d72aacfd480686f6fc95e167b1d19
Author: Nader Jawad <njawad@google.com>
Date: Mon Aug 03 17:27:51 2020
Removal of PxBounds
Relnote: "Deprecated PxBounds in
favor of Rect. Updated all usages
of PxBounds with rect and added
proper deprecate/replace with
annotations to assist with the
migration."
Test: re-ran compose tests
Change-Id: I370384202fff3e5b147d42086f4350ab7fa830de
Fixes: 162627058
M ui/ui-animation/api/current.txt
M ui/ui-animation/api/public_plus_experimental_current.txt
M ui/ui-animation/api/restricted_current.txt
M ui/ui-animation/src/androidAndroidTest/kotlin/androidx/compose/animation/SingleValueAnimationTest.kt
M ui/ui-animation/src/commonMain/kotlin/androidx/compose/animation/PropertyKeys.kt
M ui/ui-animation/src/commonMain/kotlin/androidx/compose/animation/SingleValueAnimation.kt
M ui/ui-core/api/current.txt
M ui/ui-core/api/public_plus_experimental_current.txt
M ui/ui-core/api/restricted_current.txt
M ui/ui-core/src/androidAndroidTest/kotlin/androidx/compose/ui/draw/DrawLayerTest.kt
M ui/ui-core/src/androidAndroidTest/kotlin/androidx/compose/ui/input/pointer/HitPathTrackerTest.kt
M ui/ui-core/src/androidAndroidTest/kotlin/androidx/compose/ui/layout/OnPositionedTest.kt
M ui/ui-core/src/androidAndroidTest/kotlin/androidx/compose/ui/layout/RootNodeLayoutTest.kt
M ui/ui-core/src/androidMain/kotlin/androidx/compose/ui/platform/AndroidComposeViewAccessibilityDelegateCompat.kt
M ui/ui-core/src/commonMain/kotlin/androidx/compose/ui/layout/LayoutCoordinates.kt
M ui/ui-core/src/commonMain/kotlin/androidx/compose/ui/node/LayoutNodeWrapper.kt
M ui/ui-core/src/commonMain/kotlin/androidx/compose/ui/semantics/SemanticsNode.kt
M ui/ui-material/src/androidAndroidTest/kotlin/androidx/compose/material/ButtonTest.kt
M ui/ui-material/src/androidAndroidTest/kotlin/androidx/compose/material/FloatingActionButtonTest.kt
M ui/ui-material/src/androidAndroidTest/kotlin/androidx/compose/material/ScaffoldTest.kt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/AppBar.kt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/Scaffold.kt
M ui/ui-test/src/androidMain/kotlin/androidx/ui/test/AndroidAssertions.kt
M ui/ui-test/src/commonMain/kotlin/androidx/ui/test/BoundsAssertions.kt
M ui/ui-test/src/commonMain/kotlin/androidx/ui/test/Output.kt
M ui/ui-test/src/commonMain/kotlin/androidx/ui/test/SemanticsNodeInteraction.kt
M ui/ui-tooling/src/main/java/androidx/ui/tooling/preview/ComposeViewAdapter.kt
M ui/ui-unit/api/current.txt
M ui/ui-unit/api/public_plus_experimental_current.txt
M ui/ui-unit/api/restricted_current.txt
M ui/ui-unit/src/commonMain/kotlin/androidx/compose/ui/unit/Px.kt
M ui/ui-unit/src/test/kotlin/androidx/compose/ui/unit/PxTest.kt
wa...@gmail.com <wa...@gmail.com> #3
sure
jo...@gmail.com <jo...@gmail.com> #4
Comment has been deleted.
jo...@gmail.com <jo...@gmail.com> #5
Comment has been deleted.
jo...@gmail.com <jo...@gmail.com> #6
Comment has been deleted.
jo...@gmail.com <jo...@gmail.com> #7
hello world
Description
PxBounds should be removed and Rect should be used everywhere PxBounds is used.