Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DPulsingGestureListenerTest.kt65 private lateinit var ambientDisplayConfiguration: AmbientDisplayConfiguration
101 ambientDisplayConfiguration,
118 whenever(ambientDisplayConfiguration.tapGestureEnabled(anyInt())).thenReturn(true)
138 whenever(ambientDisplayConfiguration.doubleTapGestureEnabled(anyInt())).thenReturn(true)
156 whenever(ambientDisplayConfiguration.tapGestureEnabled(anyInt())).thenReturn(true)
170 whenever(ambientDisplayConfiguration.tapGestureEnabled(anyInt())).thenReturn(true)
190 whenever(ambientDisplayConfiguration.tapGestureEnabled(anyInt())).thenReturn(true)
204 whenever(ambientDisplayConfiguration.tapGestureEnabled(anyInt())).thenReturn(true)
218 whenever(ambientDisplayConfiguration.doubleTapGestureEnabled(anyInt())).thenReturn(true)
238 whenever(ambientDisplayConfiguration.tapGestureEnabled(anyInt())).thenReturn(true)
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DPulsingGestureListener.kt54 private val ambientDisplayConfiguration: AmbientDisplayConfiguration,
69 doubleTapEnabled = ambientDisplayConfiguration.doubleTapGestureEnabled(
72 singleTapEnabled = ambientDisplayConfiguration.tapGestureEnabled(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DTestableNotificationInterruptStateProviderImpl.java41 AmbientDisplayConfiguration ambientDisplayConfiguration, in TestableNotificationInterruptStateProviderImpl() argument
54 ambientDisplayConfiguration, in TestableNotificationInterruptStateProviderImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeParameters.java122 AmbientDisplayConfiguration ambientDisplayConfiguration, in DozeParameters() argument
136 mAmbientDisplayConfiguration = ambientDisplayConfiguration; in DozeParameters()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImpl.java114 AmbientDisplayConfiguration ambientDisplayConfiguration, in NotificationInterruptStateProviderImpl() argument
128 mAmbientDisplayConfiguration = ambientDisplayConfiguration; in NotificationInterruptStateProviderImpl()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java1309 AmbientDisplayConfiguration ambientDisplayConfiguration, in TestableNotificationInterruptStateProviderImpl() argument
1323 ambientDisplayConfiguration, in TestableNotificationInterruptStateProviderImpl()