Home
last modified time | relevance | path

Searched defs:vectorVel (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DFlingUpDownTouchHandler.java299 float vectorVel = 0f; in endMotionEvent() local
334 private int getFlingTarget(float pointerY, float vectorVel) { in getFlingTarget()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelViewController.java383 float vectorVel = (float) Math.hypot( in endMotionEvent() local
506 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands()
H A DNotificationPanelViewController.java2032 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands()