Searched refs:vectorVel (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 463 float vectorVel = 0f; in endMotionEvent() local 467 vectorVel = (float) Math.hypot( in endMotionEvent() 470 boolean expand = flingExpands(vel, vectorVel, x, y) in endMotionEvent() 692 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands() argument 696 if (Math.abs(vectorVel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpands()
|
D | NotificationPanelView.java | 979 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands() argument 980 boolean expands = super.flingExpands(vel, vectorVel, x, y); in flingExpands()
|