Searched refs:vectorVel (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 469 float vectorVel = (float) Math.hypot( in endMotionEvent() local 472 boolean expand = flingExpands(vel, vectorVel, x, y) in endMotionEvent() 674 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands() argument 682 if (Math.abs(vectorVel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpands()
|
D | NotificationPanelView.java | 1184 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands() argument 1185 boolean expands = super.flingExpands(vel, vectorVel, x, y); in flingExpands()
|