Searched defs:distanceMoved (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ | ||
| D | KeyguardSettingsButtonOnTouchListener.kt | 43 val distanceMoved = in onTouch() constant |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/ | ||
| D | LongPressHandlingViewInteractionHandler.kt | 46 val distanceMoved: Float, constant in com.android.systemui.common.ui.view.LongPressHandlingViewInteractionHandler.MotionEventModel.Move |
| D | LongPressHandlingView.kt | 118 private fun MotionEvent.distanceMoved(): Float { in MotionEvent() method |