Searched refs:tapGestureEnabled (Results 1 – 4 of 4) sorted by relevance
54 || tapGestureEnabled(user) in enabled()81 public boolean tapGestureEnabled(int user) { in tapGestureEnabled() method in AmbientDisplayConfiguration
63 when(config.tapGestureEnabled(anyInt())).thenReturn(true); in createMockConfig()
142 mSingleTapEnabled = configuration.tapGestureEnabled(UserHandle.USER_CURRENT);
41723 HSPLandroid/hardware/display/AmbientDisplayConfiguration;->tapGestureEnabled(I)Z