Home
last modified time | relevance | path

Searched defs:sideFpsShowing (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/viewmodel/
DKeyguardBouncerViewModelTest.kt130 fun sideFpsShowing() = runTest { in <lambda>() method in com.android.systemui.bouncer.ui.viewmodel.KeyguardBouncerViewModelTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DKeyguardBouncerViewModel.kt65 val sideFpsShowing: Flow<Boolean> = interactor.sideFpsShowing in <lambda>() constant in com.android.systemui.bouncer.ui.viewmodel.KeyguardBouncerViewModel
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/bouncer/data/repository/
DFakeKeyguardBouncerRepository.kt40 override val sideFpsShowing: StateFlow<Boolean> = _sideFpsShowing.asStateFlow() constant in com.android.systemui.bouncer.data.repository.FakeKeyguardBouncerRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/data/repository/
DKeyguardBouncerRepository.kt69 val sideFpsShowing: StateFlow<Boolean> constant
152 override val sideFpsShowing: StateFlow<Boolean> = _sideFpsShowing.asStateFlow() in setPrimaryScrimmed() constant in com.android.systemui.bouncer.data.repository.KeyguardBouncerRepositoryImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DPrimaryBouncerInteractor.kt112 val sideFpsShowing: Flow<Boolean> = repository.sideFpsShowing in <lambda>() constant in com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor