Searched refs:MotionEventModel (Results 1 – 3 of 3) sorted by relevance
37 sealed class MotionEventModel { regex38 object Other : MotionEventModel()43 ) : MotionEventModel()47 ) : MotionEventModel()52 ) : MotionEventModel()54 object Cancel : MotionEventModel()60 fun onTouchEvent(event: MotionEventModel?): Boolean {66 is MotionEventModel.Down -> {70 is MotionEventModel.Move -> {76 is MotionEventModel.Up -> {[all …]
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
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…159 vararg models: MotionEventModel,