Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 6c8b51edf69c24f2e831d70552eb14b18d0d8c67
Author: Andrey Kulikov <andreykulikov@google.com>
Date: Thu Jan 20 19:43:09 2022
Expose extra information in LazyListLayoutInfo and LazyGridLayoutInfo
This information is useful for writing logic purely based on lazy layout info. Examples are scroll bars, snapping fling behavior.
Fixes: 200920410
Relnote: LazyListLayoutInfo and LazyGridLayoutInfo now have new properties: viewportSize, orientation, reverseLayout
Test: LazyListLayoutInfoTest and LazyGridLayoutInfoTest
Change-Id: Ifc8ed6a22fa14fecb3f6910ef86caa5345e6d5e4
M compose/foundation/foundation/api/restricted_current.txt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyGridLayoutInfo.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/LazyGridMeasure.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyGridState.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyListState.kt
M compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/lazy/list/BaseLazyListTestWithOrientation.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/LazyGridMeasureResult.kt
M compose/foundation/foundation/api/public_plus_experimental_current.txt
M compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/lazy/list/LazyListLayoutInfoTest.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/list/LazyListMeasureResult.kt
M compose/foundation/foundation/api/current.txt
M compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/lazy/grid/LazyGridLayoutInfoTest.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/list/LazyListMeasure.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyListLayoutInfo.kt
https://android-review.googlesource.com/1954818
Branch: androidx-main
commit 6c8b51edf69c24f2e831d70552eb14b18d0d8c67
Author: Andrey Kulikov <andreykulikov@google.com>
Date: Thu Jan 20 19:43:09 2022
Expose extra information in LazyListLayoutInfo and LazyGridLayoutInfo
This information is useful for writing logic purely based on lazy layout info. Examples are scroll bars, snapping fling behavior.
Fixes: 200920410
Relnote: LazyListLayoutInfo and LazyGridLayoutInfo now have new properties: viewportSize, orientation, reverseLayout
Test: LazyListLayoutInfoTest and LazyGridLayoutInfoTest
Change-Id: Ifc8ed6a22fa14fecb3f6910ef86caa5345e6d5e4
M compose/foundation/foundation/api/restricted_current.txt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyGridLayoutInfo.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/LazyGridMeasure.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyGridState.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyListState.kt
M compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/lazy/list/BaseLazyListTestWithOrientation.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/LazyGridMeasureResult.kt
M compose/foundation/foundation/api/public_plus_experimental_current.txt
M compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/lazy/list/LazyListLayoutInfoTest.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/list/LazyListMeasureResult.kt
M compose/foundation/foundation/api/current.txt
M compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/lazy/grid/LazyGridLayoutInfoTest.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/list/LazyListMeasure.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyListLayoutInfo.kt
an...@google.com <an...@google.com>
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit 24a046ef9aecab13cd2a0238b695c39c9a377b0d
Author: Andrey Kulikov <andreykulikov@google.com>
Date: Mon Mar 21 15:49:09 2022
Expose beforeContentPadding and afterContentPadding on lazy lists and grids layout info
This is useful in situations like when you implement a snapping fling behavior and need to know the real size available for the content after all the paddings. Currently we have to ask for a user to manually pass endContentPadding in order to make it work.
Test: new tests for lists and grids
Fixes: 200920410
Relnote: LazyListLayoutInfo and LazyGridLayoutInfo now have beforeContentPadding and afterContentPadding fields
Change-Id: I3b628e4f4fdfc27b7629c3ac1cd2b47375ff31f2
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/LazyGridState.kt
M compose/foundation/foundation/api/restricted_current.txt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/LazyGridMeasure.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyListState.kt
M wear/compose/compose-material/src/commonMain/kotlin/androidx/wear/compose/material/PositionIndicator.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/LazyGridLayoutInfo.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/LazyGridMeasureResult.kt
M compose/foundation/foundation/api/public_plus_experimental_current.txt
M compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/lazy/list/LazyListLayoutInfoTest.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/list/LazyListMeasureResult.kt
M compose/foundation/foundation/api/current.txt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/LazyGridItemInfo.kt
M compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/lazy/grid/LazyGridLayoutInfoTest.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/list/LazyListMeasure.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyListLayoutInfo.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyListItemInfo.kt
https://android-review.googlesource.com/2033926
Branch: androidx-main
commit 24a046ef9aecab13cd2a0238b695c39c9a377b0d
Author: Andrey Kulikov <andreykulikov@google.com>
Date: Mon Mar 21 15:49:09 2022
Expose beforeContentPadding and afterContentPadding on lazy lists and grids layout info
This is useful in situations like when you implement a snapping fling behavior and need to know the real size available for the content after all the paddings. Currently we have to ask for a user to manually pass endContentPadding in order to make it work.
Test: new tests for lists and grids
Fixes: 200920410
Relnote: LazyListLayoutInfo and LazyGridLayoutInfo now have beforeContentPadding and afterContentPadding fields
Change-Id: I3b628e4f4fdfc27b7629c3ac1cd2b47375ff31f2
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/LazyGridState.kt
M compose/foundation/foundation/api/restricted_current.txt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/LazyGridMeasure.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyListState.kt
M wear/compose/compose-material/src/commonMain/kotlin/androidx/wear/compose/material/PositionIndicator.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/LazyGridLayoutInfo.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/LazyGridMeasureResult.kt
M compose/foundation/foundation/api/public_plus_experimental_current.txt
M compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/lazy/list/LazyListLayoutInfoTest.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/list/LazyListMeasureResult.kt
M compose/foundation/foundation/api/current.txt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/LazyGridItemInfo.kt
M compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/lazy/grid/LazyGridLayoutInfoTest.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/list/LazyListMeasure.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyListLayoutInfo.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyListItemInfo.kt
Description
Currently there is no way to know what the 'scroll size' for a LazyList is (i.e. viewport - content padding).
LazyListMeasureResult
already haslayoutHeight
andlayoutWidth
which has these values.