Searched refs:LongPressHandlingView (Results 1 – 3 of 3) sorted by relevance
23 import com.android.systemui.common.ui.view.LongPressHandlingView41 view: LongPressHandlingView,47 object : LongPressHandlingView.Listener {
36 class LongPressHandlingView( regex79 onSingleTapDetected = { listener?.onSingleTapDetected(this@LongPressHandlingView) },
87 import com.android.systemui.common.ui.view.LongPressHandlingView;580 .thenReturn(mock(LongPressHandlingView.class)); in setup()