Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/data/repository/
DInfiniteGridSizeRepository.kt28 private val _columns = MutableStateFlow(4) constant in com.android.systemui.qs.panels.data.repository.InfiniteGridSizeRepository
29 val columns: StateFlow<Int> = _columns.asStateFlow()