Searched refs:startVel (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A D | PhysicsAnimationLayout.java | 866 public PhysicsPropertyAnimator withStartVelocity(float startVel) { 867 mDefaultStartVelocity = startVel; 1011 float startVel, 1049 if (startVel > -Float.MAX_VALUE) { 1050 animation.setStartVelocity(startVel);
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
H A D | PhysicsAnimationLayoutTestCase.java | 215 float value, float startVel, long startDelay, float stiffness, in animateValueForChild() argument 218 property, view, value, startVel, startDelay, stiffness, dampingRatio, in animateValueForChild()
|