Searched refs:doubleTapGestureEnabled (Results 1 – 5 of 5) sorted by relevance
132 whenever(ambientDisplayConfiguration.doubleTapGestureEnabled(anyInt())).thenReturn(true) in testGestureDetector_doubleTapEnabled()212 whenever(ambientDisplayConfiguration.doubleTapGestureEnabled(anyInt())).thenReturn(true) in testGestureDetector_doubleTapEnabled_falsing()252 whenever(ambientDisplayConfiguration.doubleTapGestureEnabled(anyInt())).thenReturn(true) in testGestureDetector_doubleTapEnabled_proxCovered()
20 override fun doubleTapGestureEnabled(user: Int) = TODO("Not yet implemented") method
82 || doubleTapGestureEnabled(user) in enabled()128 public boolean doubleTapGestureEnabled(int user) { in doubleTapGestureEnabled() method in AmbientDisplayConfiguration
55 when(config.doubleTapGestureEnabled(anyInt())).thenReturn(false); in createMockConfig()
69 doubleTapEnabled = ambientDisplayConfiguration.doubleTapGestureEnabled( in <lambda>()