Searched refs:velocityDp (Results 1 – 3 of 3) sorted by relevance
38 36021 sysui_lockscreen_gesture (type|1),(lengthDp|1),(velocityDp|1)
396 int velocityDp = (int) Math.abs(vel / displayDensity); in endMotionEvent() local397 mLockscreenGestureLogger.write(MetricsEvent.ACTION_LS_UNLOCK, heightDp, velocityDp); in endMotionEvent()
3307 int velocityDp = Math.abs((int) (vel / displayDensity));3309 mLockscreenGestureLogger.write(MetricsEvent.ACTION_LS_DIALER, lengthDp, velocityDp);3324 MetricsEvent.ACTION_LS_CAMERA, lengthDp, velocityDp);