Home
last modified time | relevance | path

Searched refs:velocityDp (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags38 36021 sysui_lockscreen_gesture (type|1),(lengthDp|1),(velocityDp|1)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelViewController.java396 int velocityDp = (int) Math.abs(vel / displayDensity); in endMotionEvent() local
397 mLockscreenGestureLogger.write(MetricsEvent.ACTION_LS_UNLOCK, heightDp, velocityDp); in endMotionEvent()
DNotificationPanelViewController.java3307 int velocityDp = Math.abs((int) (vel / displayDensity));
3309 mLockscreenGestureLogger.write(MetricsEvent.ACTION_LS_DIALER, lengthDp, velocityDp);
3324 MetricsEvent.ACTION_LS_CAMERA, lengthDp, velocityDp);