Searched refs:tapGestureEnabled (Results 1 – 5 of 5) sorted by relevance
112 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()
16 override fun tapGestureEnabled(user: Int) = TODO("Not yet implemented") method
81 || tapGestureEnabled(user) in enabled()112 public boolean tapGestureEnabled(int user) { in tapGestureEnabled() method in AmbientDisplayConfiguration
68 when(config.tapGestureEnabled(anyInt())).thenReturn(true); in createMockConfig()
72 singleTapEnabled = ambientDisplayConfiguration.tapGestureEnabled( in <lambda>()