Home
last modified time | relevance | path

Searched defs:shouldHandleTouches (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ui/viewmodel/
DDeviceEntryUdfpsTouchOverlayViewModelTest.kt66 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in dialogShowing_shouldHandleTouchesFalse() constant
80 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in transitionAlphaIsSmall_shouldHandleTouchesFalse() constant
94 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in alphaFullyShowing_noDialog_shouldHandleTouchesTrue() constant
108 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in deviceEntryViewAlphaZero_alternateBouncerVisible_shouldHandleTouchesTrue() constant
DDefaultUdfpsTouchOverlayViewModelTest.kt106 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in shadeNotExpanded_noDialogShowing_shouldHandleTouchesTrue() constant
120 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in shadeNotExpanded_dialogShowing_shouldHandleTouchesFalse() constant
134 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in shadeExpanded_noDialogShowing_shouldHandleTouchesFalse() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
DDeviceEntryUdfpsTouchOverlayViewModel.kt47 override val shouldHandleTouches: Flow<Boolean> = in <lambda>() constant
53 val shouldHandleTouches = in <lambda>() constant
DUdfpsTouchOverlayViewModel.kt24 val shouldHandleTouches: Flow<Boolean> constant
DDefaultUdfpsTouchOverlayViewModel.kt40 override val shouldHandleTouches: Flow<Boolean> = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DUdfpsTouchOverlayBinder.kt45 viewModel.shouldHandleTouches.collect { shouldHandleTouches -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DUdfpsOverlayInteractor.kt100 val shouldHandleTouches: StateFlow<Boolean> = _shouldHandleTouches.asStateFlow() in <lambda>() constant