Searched refs:lastRootViewTapPosition (Results 1 – 5 of 5) sorted by relevance
266 val lastRootViewTapPosition: Flow<Point?> = repository.lastRootViewTapPosition.asStateFlow() in <lambda>() constant470 repository.lastRootViewTapPosition.value = point in <lambda>()
95 rootViewModel?.lastRootViewTapPosition?.filterNotNull()?.collect { point -> in <lambda>()
222 val lastRootViewTapPosition: Flow<Point?> = keyguardInteractor.lastRootViewTapPosition in <lambda>() constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardRootViewModel
177 val lastRootViewTapPosition: MutableStateFlow<Point?> in <lambda>() constant488 override val lastRootViewTapPosition: MutableStateFlow<Point?> = MutableStateFlow(null) constant
122 override val lastRootViewTapPosition: MutableStateFlow<Point?> = MutableStateFlow(null) constant in com.android.systemui.keyguard.data.repository.FakeKeyguardRepository