Searched refs:vectorVel (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeLogger.kt | 280 vectorVel: Float, in logFlingExpands() 292 long2 = vectorVel.toLong() in logFlingExpands()
|
D | NotificationPanelViewController.java | 2384 private boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands() argument 2391 mShadeLog.logFlingExpands(vel, vectorVel, interactionType, in flingExpands() 2394 if (Math.abs(vectorVel) < this.mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpands() 3831 float vectorVel = (float) Math.hypot( 3853 expand = flingExpands(vel, vectorVel, x, y);
|