Home
last modified time | relevance | path

Searched refs:onScrollPositionUpdated (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/
DBaseCommunalViewModel.kt215 open fun onScrollPositionUpdated(firstVisibleItemIndex: Int, firstVisibleItemScroll: Int) { in onScrollPositionUpdated() method in com.android.systemui.communal.ui.viewmodel.BaseCommunalViewModel
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/view/viewmodel/
DCommunalEditModeViewModelTest.kt334 underTest.onScrollPositionUpdated(index, offset) in <lambda>()
DCommunalViewModelTest.kt882 underTest.onScrollPositionUpdated(index, offset) in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalHub.kt597 .collect { communalViewModel.onScrollPositionUpdated(it.first, it.second) } in ObserveScrollEffect()