Searched refs:LongPressHandlingViewInteractionHandler (Results 1 – 3 of 3) sorted by relevance
58 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.Cancel114 else -> LongPressHandlingViewInteractionHandler.MotionEventModel.Other
24 class LongPressHandlingViewInteractionHandler( regex
23 import com.android.systemui.common.ui.view.LongPressHandlingViewInteractionHandler.MotionEventModel24 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: LongPressHandlingViewInteractionHandler65 LongPressHandlingViewInteractionHandler(