Searched refs:_state (Results 1 – 3 of 3) sorted by relevance
74 private var _state: ScalingLazyListState? = null variable in com.google.android.horologist.compose.layout.ScalingLazyColumnState77 if (_state == null) {78 _state = ScalingLazyListState(83 return _state!!86 _state = value
46 private val _state = MutableStateFlow<QSSceneAdapter.State?>(null) constant47 val state = _state.filterNotNull()63 _state.value = state in setState()
219 int _state = metrics.getInt("playbackstateevent-state", -1); in reportBundleMetrics() local221 if (_sessionId == null || _state < 0 || _lifetime < 0) { in reportBundleMetrics()223 + _sessionId + " _state: " + _state in reportBundleMetrics()230 .writeInt(_state) in reportBundleMetrics()