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