Searched refs:firstMotionEvent (Results 1 – 2 of 2) sorted by relevance
342 @VisibleForTesting var firstMotionEvent: MotionEvent? = null variable in com.android.systemui.media.controls.ui.viewmodel.SeekBarViewModel381 if (firstMotionEvent == null || lastMotionEvent == null) { in isValidSeekbarGrab()384 return abs(firstMotionEvent!!.x - lastMotionEvent!!.x) >= in isValidSeekbarGrab()385 abs(firstMotionEvent!!.y - lastMotionEvent!!.y) in isValidSeekbarGrab()508 viewModel.firstMotionEvent = event.copy() in onDown()
487 viewModel.firstMotionEvent = in onSeekbarGrabInvalidTouch()508 viewModel.firstMotionEvent = in onSeekbarGrabValidTouch()