Home
last modified time | relevance | path

Searched defs:velocity (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DFlingAnimationUtils.java107 public void apply(Animator animator, float currValue, float endValue, float velocity) { in apply()
121 float velocity) { in apply()
136 public void apply(Animator animator, float currValue, float endValue, float velocity, in apply()
156 float velocity, float maxDistance) { in apply()
164 float endValue, float velocity, float maxDistance) { in getProperties()
233 float velocity, float maxDistance) { in applyDismissing()
253 float velocity, float maxDistance) { in applyDismissing()
261 float velocity, float maxDistance) { in getDismissingProperties()
300 private float calculateLinearOutFasterInY2(float velocity) { in calculateLinearOutFasterInY2()
354 private VelocityInterpolator(float durationSeconds, float velocity, float diff) { in VelocityInterpolator()
DPhysicsAnimator.kt96 data class AnimationUpdate(val value: Float, val velocity: Float) constant in com.android.wm.shell.animation.AnimationUpdate
667 anim.addUpdateListener { _, value, velocity -> in configureDynamicAnimation() method
672 anim.addEndListener { _, canceled, value, velocity -> in configureDynamicAnimation() method
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
DNotificationSwipeActionHelper.java37 public void dismiss(View animView, float velocity); in dismiss()
42 public void snapOpen(View animView, int targetLeft, float velocity); in snapOpen()
58 public boolean swipedFastEnough(float translation, float velocity); in swipedFastEnough()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java172 public boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent()
184 protected void handleMenuRowSwipe(MotionEvent ev, View animView, float velocity, in handleMenuRowSwipe()
209 private void handleSwipeFromClosedState(MotionEvent ev, View animView, float velocity, in handleSwipeFromClosedState()
245 private void handleSwipeFromOpenState(MotionEvent ev, View animView, float velocity, in handleSwipeFromOpenState()
267 public void dismissChild(final View view, float velocity, in dismissChild()
280 …protected void superDismissChild(final View view, float velocity, boolean useAccelerateInterpolato… in superDismissChild()
285 protected void superSnapChild(final View animView, final float targetLeft, float velocity) { in superSnapChild()
290 public void snapChild(final View animView, final float targetLeft, float velocity) { in snapChild()
372 public void dismiss(View animView, float velocity) { in dismiss()
378 public void snapOpen(View animView, int targetLeft, float velocity) { in snapOpen()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DOneTimeEndListener.java31 float velocity) { in onAnimationEnd()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DDefaultUiController.java123 public void onGestureCompletion(float velocity) { in onGestureCompletion()
192 private void animateInvocationCompletion(int type, float velocity) { in animateInvocationCompletion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
DSwipeDetector.java175 boolean onDrag(float displacement, float velocity); in onDrag()
177 void onDragEnd(float velocity, boolean fling); in onDragEnd()
322 float velocity = (deltaTimeMillis > 0) ? (delta / deltaTimeMillis) : 0; in computeVelocity() local
346 public static long calculateDuration(float velocity, float progressNeeded) { in calculateDuration()
/frameworks/base/core/java/android/widget/
DOverScroller.java648 static private float getDeceleration(int velocity) { in getDeceleration()
724 private void startSpringback(int start, int end, int velocity) { in startSpringback()
738 void fling(int start, int velocity, int min, int max, int over) { in fling()
774 private double getSplineDeceleration(int velocity) { in getSplineDeceleration()
778 private double getSplineFlingDistance(int velocity) { in getSplineFlingDistance()
785 private int getSplineFlingDuration(int velocity) { in getSplineFlingDuration()
791 private void fitOnBounceCurve(int start, int end, int velocity) { in fitOnBounceCurve()
805 private void startBounceAfterEdge(int start, int end, int velocity) { in startBounceAfterEdge()
811 private void startAfterEdge(int start, int min, int max, int velocity) { in startAfterEdge()
DScroller.java451 float velocity = (float) Math.hypot(velocityX, velocityY); in fling() local
481 private double getSplineDeceleration(float velocity) { in getSplineDeceleration()
485 private int getSplineFlingDuration(float velocity) { in getSplineFlingDuration()
491 private double getSplineFlingDistance(float velocity) { in getSplineFlingDistance()
DEdgeEffect.java494 public void onAbsorb(int velocity) { in onAbsorb()
784 double velocity = distance * (-NATURAL_FREQUENCY) * DAMPING_RATIO in updateSpring() local
822 double velocity = mVelocity; in isAtEquilibrium() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSScrollLayout.java151 public boolean onDrag(float displacement, float velocity) { in onDrag()
177 public void onDragEnd(float velocity, boolean fling) { in onDragEnd()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockscreenGestureLogger.java101 public void write(int gesture, int length, int velocity) { in write()
107 EventLogTags.writeSysuiLockscreenGesture(safeLookup(gesture), length, velocity); in write() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java365 public void dismissChild(final View view, float velocity, boolean useAccelerateInterpolator) { in dismissChild()
378 public void dismissChild(final View animView, float velocity, final Runnable endAction, in dismissChild()
488 public void snapChild(final View animView, final float targetLeft, float velocity) { in snapChild()
658 float velocity = getVelocity(mVelocityTracker); in onTouchEvent() local
724 float velocity = getVelocity(mVelocityTracker); in swipedFastEnough() local
731 protected boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent()
DExpandHelper.java557 void finishExpanding(boolean forceAbort, float velocity) { in finishExpanding()
567 private void finishExpanding(boolean forceAbort, float velocity, boolean allowAnimation) { in finishExpanding()
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_pose.h36 float32x4_t velocity; member
83 float32x4_t velocity; member
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java74 void onGestureCompletion(float velocity); in onGestureCompletion()
268 public void onGestureCompletion(float velocity) { in onGestureCompletion()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/
DISystemUiProxy.aidl74 void onAssistantGestureCompletion(float velocity) = 18; in onAssistantGestureCompletion()
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp102 Velocity& velocity = mCalculatedVelocity[index]; in computeCurrentVelocity() local
116 const Velocity& velocity = mCalculatedVelocity[index]; in getVelocity() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DDividerView.java139 final float velocity = isLandscape in onTouch() local
DSplitLayout.java256 public DividerSnapAlgorithm.SnapTarget findSnapTarget(int position, float velocity, in findSnapTarget()
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java500 boolean setCurrentItemInternal(int item, boolean smoothScroll, boolean always, int velocity) { in setCurrentItemInternal()
542 private void scrollToItem(int position, boolean smoothScroll, int velocity, in scrollToItem()
771 void smoothScrollTo(int x, int y, int velocity) { in smoothScrollTo()
/frameworks/base/core/java/com/android/internal/policy/
DDividerSnapAlgorithm.java161 public SnapTarget calculateSnapTarget(int position, float velocity) { in calculateSnapTarget()
170 public SnapTarget calculateSnapTarget(int position, float velocity, boolean hardDismiss) { in calculateSnapTarget()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java914 private void notifyAssistantGestureCompletion(float velocity) { in notifyAssistantGestureCompletion()
1031 default void onAssistantGestureCompletion(float velocity) {} in onAssistantGestureCompletion()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
DDividerView.java434 public void stopDragging(int position, float velocity, boolean avoidDismissStart, in stopDragging()
574 private void fling(int position, float velocity, boolean avoidDismissStart, in fling()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardAffordanceView.java230 public void finishAnimation(float velocity, final Runnable mAnimationEndRunnable) { in finishAnimation()

12