Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 8ece30c312d7f4db855d9a02c06b58999cd1a957
Author: Nader Jawad <njawad@google.com>
Date: Wed Nov 18 07:47:48 2020
Add destructing API to TransformOrigin
Relnote: "Updated TransformOrigin API
to have destructuring syntax to return
pivotFractionX and pivotFractionY as
component1 and component2"
Fixes: 173586560
Test: Added test to TransformOriginTest
Change-Id: If43c4a1019440dfe20a73db23048672c3006131c
M compose/ui/ui/api/current.txt
M compose/ui/ui/api/public_plus_experimental_current.txt
M compose/ui/ui/api/restricted_current.txt
M compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/TransformOrigin.kt
M compose/ui/ui/src/test/kotlin/androidx/compose/ui/TransformOriginTest.kt
https://android-review.googlesource.com/1503091
Branch: androidx-master-dev
commit 8ece30c312d7f4db855d9a02c06b58999cd1a957
Author: Nader Jawad <njawad@google.com>
Date: Wed Nov 18 07:47:48 2020
Add destructing API to TransformOrigin
Relnote: "Updated TransformOrigin API
to have destructuring syntax to return
pivotFractionX and pivotFractionY as
component1 and component2"
Fixes: 173586560
Test: Added test to TransformOriginTest
Change-Id: If43c4a1019440dfe20a73db23048672c3006131c
M compose/ui/ui/api/current.txt
M compose/ui/ui/api/public_plus_experimental_current.txt
M compose/ui/ui/api/restricted_current.txt
M compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/TransformOrigin.kt
M compose/ui/ui/src/test/kotlin/androidx/compose/ui/TransformOriginTest.kt
Description
Wdyt?