Home
last modified time | relevance | path

Searched refs:tapGestureEnabled (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DPulsingGestureListenerTest.kt112 whenever(ambientDisplayConfiguration.tapGestureEnabled(anyInt())).thenReturn(true) in testGestureDetector_singleTapEnabled()
150 whenever(ambientDisplayConfiguration.tapGestureEnabled(anyInt())).thenReturn(true) in testGestureDetector_doubleTapEnabled_onDownEvent_noFalsingCheck()
164 whenever(ambientDisplayConfiguration.tapGestureEnabled(anyInt())).thenReturn(true) in testGestureDetector_singleTapEnabled_falsing()
184 whenever(ambientDisplayConfiguration.tapGestureEnabled(anyInt())).thenReturn(true) in testSingleTap_notDozing_noFalsingCheck()
198 whenever(ambientDisplayConfiguration.tapGestureEnabled(anyInt())).thenReturn(true) in testDoubleTap_notDozing_noFalsingCheck()
232 whenever(ambientDisplayConfiguration.tapGestureEnabled(anyInt())).thenReturn(true) in testGestureDetector_singleTapEnabled_proxCovered()
/frameworks/base/packages/SystemUI/tests/utils/src/android/hardware/display/
DFakeAmbientDisplayConfiguration.kt16 override fun tapGestureEnabled(user: Int) = TODO("Not yet implemented") method
/frameworks/base/core/java/android/hardware/display/
DAmbientDisplayConfiguration.java81 || tapGestureEnabled(user) in enabled()
112 public boolean tapGestureEnabled(int user) { in tapGestureEnabled() method in AmbientDisplayConfiguration
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeConfigurationUtil.java68 when(config.tapGestureEnabled(anyInt())).thenReturn(true); in createMockConfig()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DPulsingGestureListener.kt72 singleTapEnabled = ambientDisplayConfiguration.tapGestureEnabled( in <lambda>()