Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit b7ffbed91a09ecb5501462089e66d2800f4e1e0f
Author: Mihai Popa <popam@google.com>
Date: Mon Jul 06 13:25:18 2020
Add IntBounds. Use it in Menus and ui-tooling.
Relnote: An IntBounds unit class has been added, representing integer pixel bounds from layout. The API of PopupPositionProvider has been updated to use it.
Bug: 159596546
Test: IntBoundsTest, PopupTest
Change-Id: I0d8d03c5535c80c6808d8f9ca7a210408890e6e7
M ui/ui-core/api/0.1.0-dev15.txt
M ui/ui-core/api/current.txt
M ui/ui-core/api/public_plus_experimental_0.1.0-dev15.txt
M ui/ui-core/api/public_plus_experimental_current.txt
M ui/ui-core/api/restricted_0.1.0-dev15.txt
M ui/ui-core/api/restricted_current.txt
M ui/ui-core/src/androidAndroidTest/kotlin/androidx/ui/core/PopupTest.kt
M ui/ui-core/src/androidMain/kotlin/androidx/ui/core/AndroidPopup.kt
M ui/ui-core/src/commonMain/kotlin/androidx/ui/core/Popup.kt
M ui/ui-material/src/androidTest/java/androidx/ui/material/MenuTest.kt
M ui/ui-material/src/main/java/androidx/ui/material/Menu.kt
M ui/ui-tooling/api/0.1.0-dev15.txt
M ui/ui-tooling/api/current.txt
M ui/ui-tooling/api/public_plus_experimental_0.1.0-dev15.txt
M ui/ui-tooling/api/public_plus_experimental_current.txt
M ui/ui-tooling/api/restricted_0.1.0-dev15.txt
M ui/ui-tooling/api/restricted_current.txt
M ui/ui-tooling/src/main/java/androidx/ui/tooling/SlotTree.kt
M ui/ui-tooling/src/main/java/androidx/ui/tooling/preview/ComposeViewAdapter.kt
M ui/ui-unit/api/0.1.0-dev15.txt
M ui/ui-unit/api/current.txt
M ui/ui-unit/api/public_plus_experimental_0.1.0-dev15.txt
M ui/ui-unit/api/public_plus_experimental_current.txt
M ui/ui-unit/api/restricted_0.1.0-dev15.txt
M ui/ui-unit/api/restricted_current.txt
A ui/ui-unit/src/commonMain/kotlin/androidx/ui/unit/IntBounds.kt
M ui/ui-unit/src/commonMain/kotlin/androidx/ui/unit/Px.kt
A ui/ui-unit/src/test/kotlin/androidx/ui/unit/IntBoundsTest.kt
https://android-review.googlesource.com/1355645
Branch: androidx-master-dev
commit b7ffbed91a09ecb5501462089e66d2800f4e1e0f
Author: Mihai Popa <popam@google.com>
Date: Mon Jul 06 13:25:18 2020
Add IntBounds. Use it in Menus and ui-tooling.
Relnote: An IntBounds unit class has been added, representing integer pixel bounds from layout. The API of PopupPositionProvider has been updated to use it.
Bug: 159596546
Test: IntBoundsTest, PopupTest
Change-Id: I0d8d03c5535c80c6808d8f9ca7a210408890e6e7
M ui/ui-core/api/0.1.0-dev15.txt
M ui/ui-core/api/current.txt
M ui/ui-core/api/public_plus_experimental_0.1.0-dev15.txt
M ui/ui-core/api/public_plus_experimental_current.txt
M ui/ui-core/api/restricted_0.1.0-dev15.txt
M ui/ui-core/api/restricted_current.txt
M ui/ui-core/src/androidAndroidTest/kotlin/androidx/ui/core/PopupTest.kt
M ui/ui-core/src/androidMain/kotlin/androidx/ui/core/AndroidPopup.kt
M ui/ui-core/src/commonMain/kotlin/androidx/ui/core/Popup.kt
M ui/ui-material/src/androidTest/java/androidx/ui/material/MenuTest.kt
M ui/ui-material/src/main/java/androidx/ui/material/Menu.kt
M ui/ui-tooling/api/0.1.0-dev15.txt
M ui/ui-tooling/api/current.txt
M ui/ui-tooling/api/public_plus_experimental_0.1.0-dev15.txt
M ui/ui-tooling/api/public_plus_experimental_current.txt
M ui/ui-tooling/api/restricted_0.1.0-dev15.txt
M ui/ui-tooling/api/restricted_current.txt
M ui/ui-tooling/src/main/java/androidx/ui/tooling/SlotTree.kt
M ui/ui-tooling/src/main/java/androidx/ui/tooling/preview/ComposeViewAdapter.kt
M ui/ui-unit/api/0.1.0-dev15.txt
M ui/ui-unit/api/current.txt
M ui/ui-unit/api/public_plus_experimental_0.1.0-dev15.txt
M ui/ui-unit/api/public_plus_experimental_current.txt
M ui/ui-unit/api/restricted_0.1.0-dev15.txt
M ui/ui-unit/api/restricted_current.txt
A ui/ui-unit/src/commonMain/kotlin/androidx/ui/unit/IntBounds.kt
M ui/ui-unit/src/commonMain/kotlin/androidx/ui/unit/Px.kt
A ui/ui-unit/src/test/kotlin/androidx/ui/unit/IntBoundsTest.kt
Description
No description yet.