Home
last modified time | relevance | path

Searched refs:LongPressHandlingView (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardLongPressViewBinder.kt23 import com.android.systemui.common.ui.view.LongPressHandlingView
41 view: LongPressHandlingView,
47 object : LongPressHandlingView.Listener {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/
H A DLongPressHandlingView.kt36 class LongPressHandlingView( regex
79 onSingleTapDetected = { listener?.onSingleTapDetected(this@LongPressHandlingView) },
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java87 import com.android.systemui.common.ui.view.LongPressHandlingView;
580 .thenReturn(mock(LongPressHandlingView.class)); in setup()