Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/
H A DLongPressHandlingView.kt58 private val interactionHandler: LongPressHandlingViewInteractionHandler by lazy {
59 LongPressHandlingViewInteractionHandler(
97 private fun MotionEvent.toModel(): LongPressHandlingViewInteractionHandler.MotionEventModel {
100 LongPressHandlingViewInteractionHandler.MotionEventModel.Down(
105 LongPressHandlingViewInteractionHandler.MotionEventModel.Move(
109 LongPressHandlingViewInteractionHandler.MotionEventModel.Up(
113 MotionEvent.ACTION_CANCEL -> LongPressHandlingViewInteractionHandler.MotionEventModel.Cancel
114 else -> LongPressHandlingViewInteractionHandler.MotionEventModel.Other
H A DLongPressHandlingViewInteractionHandler.kt24 class LongPressHandlingViewInteractionHandler( regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/common/ui/view/
H A DLongPressHandlingViewInteractionHandlerTest.kt23 import com.android.systemui.common.ui.view.LongPressHandlingViewInteractionHandler.MotionEventModel
24 import com.android.systemui.common.ui.view.LongPressHandlingViewInteractionHandler.MotionEventModel…
25 import com.android.systemui.common.ui.view.LongPressHandlingViewInteractionHandler.MotionEventModel…
26 import com.android.systemui.common.ui.view.LongPressHandlingViewInteractionHandler.MotionEventModel…
51 private lateinit var underTest: LongPressHandlingViewInteractionHandler
65 LongPressHandlingViewInteractionHandler(