Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DPulsingGestureListenerTest.kt64 private lateinit var ambientDisplayConfiguration: AmbientDisplayConfiguration variable in com.android.systemui.shade.PulsingGestureListenerTest
88 ambientDisplayConfiguration, in setUp()
103 whenever(ambientDisplayConfiguration.tapGestureEnabled(anyInt())).thenReturn(true) in testGestureDetector_singleTapEnabled()
123 whenever(ambientDisplayConfiguration.doubleTapGestureEnabled(anyInt())).thenReturn(true) in testGestureDetector_doubleTapEnabled()
141 whenever(ambientDisplayConfiguration.tapGestureEnabled(anyInt())).thenReturn(true) in testGestureDetector_doubleTapEnabled_onDownEvent_noFalsingCheck()
155 whenever(ambientDisplayConfiguration.tapGestureEnabled(anyInt())).thenReturn(true) in testGestureDetector_singleTapEnabled_falsing()
175 whenever(ambientDisplayConfiguration.tapGestureEnabled(anyInt())).thenReturn(true) in testSingleTap_notDozing_noFalsingCheck()
189 whenever(ambientDisplayConfiguration.tapGestureEnabled(anyInt())).thenReturn(true) in testDoubleTap_notDozing_noFalsingCheck()
203 whenever(ambientDisplayConfiguration.doubleTapGestureEnabled(anyInt())).thenReturn(true) in testGestureDetector_doubleTapEnabled_falsing()
223 whenever(ambientDisplayConfiguration.tapGestureEnabled(anyInt())).thenReturn(true) in testGestureDetector_singleTapEnabled_proxCovered()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DPulsingGestureListener.kt54 private val ambientDisplayConfiguration: AmbientDisplayConfiguration, in <lambda>() constant in com.android.systemui.shade.PulsingGestureListener
68 doubleTapEnabled = ambientDisplayConfiguration.doubleTapGestureEnabled( in <lambda>()
71 singleTapEnabled = ambientDisplayConfiguration.tapGestureEnabled( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DTestableNotificationInterruptStateProviderImpl.java41 AmbientDisplayConfiguration ambientDisplayConfiguration, in TestableNotificationInterruptStateProviderImpl() argument
54 ambientDisplayConfiguration, in TestableNotificationInterruptStateProviderImpl()
/frameworks/base/services/core/java/com/android/server/biometrics/log/
DBiometricContextProvider.java83 BiometricContextProvider(@NonNull AmbientDisplayConfiguration ambientDisplayConfiguration, in BiometricContextProvider() argument
85 mAmbientDisplayConfiguration = ambientDisplayConfiguration; in BiometricContextProvider()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeParameters.java122 AmbientDisplayConfiguration ambientDisplayConfiguration, in DozeParameters() argument
136 mAmbientDisplayConfiguration = ambientDisplayConfiguration; in DozeParameters()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImpl.java112 AmbientDisplayConfiguration ambientDisplayConfiguration, in NotificationInterruptStateProviderImpl() argument
126 mAmbientDisplayConfiguration = ambientDisplayConfiguration; in NotificationInterruptStateProviderImpl()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java1349 AmbientDisplayConfiguration ambientDisplayConfiguration, in TestableNotificationInterruptStateProviderImpl() argument
1363 ambientDisplayConfiguration, in TestableNotificationInterruptStateProviderImpl()