Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
DSideFpsOverlayViewModel.kt67 private val _lottieBounds: MutableStateFlow<Rect?> = MutableStateFlow(null) in <lambda>() constant
71 _lottieBounds.value = bounds in <lambda>()
148 _lottieBounds, in <lambda>()
178 _lottieBounds.sample(deviceEntrySideFpsOverlayInteractor.showIndicatorForDeviceEntry) { in <lambda>()