Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DDeviceEntrySideFpsOverlayInteractorTest.kt137 val showIndicatorForDeviceEntry by in updatesShowIndicatorForDeviceEntry_onPrimaryBouncerShowing() constant
138 collectLastValue(underTest.showIndicatorForDeviceEntry) in updatesShowIndicatorForDeviceEntry_onPrimaryBouncerShowing()
147 assertThat(showIndicatorForDeviceEntry).isTrue() in updatesShowIndicatorForDeviceEntry_onPrimaryBouncerShowing()
153 val showIndicatorForDeviceEntry by in updatesShowIndicatorForDeviceEntry_onPrimaryBouncerHidden() constant
154 collectLastValue(underTest.showIndicatorForDeviceEntry) in updatesShowIndicatorForDeviceEntry_onPrimaryBouncerHidden()
163 assertThat(showIndicatorForDeviceEntry).isFalse() in updatesShowIndicatorForDeviceEntry_onPrimaryBouncerHidden()
181 val showIndicatorForDeviceEntry by in updatesShowIndicatorForDeviceEntry_onBouncerSceneActive() constant
182 collectLastValue(underTest.showIndicatorForDeviceEntry) in updatesShowIndicatorForDeviceEntry_onBouncerSceneActive()
190 assertThat(showIndicatorForDeviceEntry).isTrue() in updatesShowIndicatorForDeviceEntry_onBouncerSceneActive()
208 val showIndicatorForDeviceEntry by in updatesShowIndicatorForDeviceEntry_onBouncerSceneInactive() constant
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DSideFpsOverlayViewBinder.kt82 .showIndicatorForDeviceEntry, in <lambda>()
90 showIndicatorForDeviceEntry, in <lambda>() constant
97 "$showIndicatorForDeviceEntry, " + in <lambda>()
105 } else if (showIndicatorForDeviceEntry) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
DSideFpsOverlayViewModel.kt178 _lottieBounds.sample(deviceEntrySideFpsOverlayInteractor.showIndicatorForDeviceEntry) { in <lambda>()
180 showIndicatorForDeviceEntry: Boolean -> in <lambda>() method
182 if (showIndicatorForDeviceEntry) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DDeviceEntrySideFpsOverlayInteractor.kt113 val showIndicatorForDeviceEntry: Flow<Boolean> = in <lambda>() constant