/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSwipeHelper.java | 154 public boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent() 166 protected void handleMenuRowSwipe(MotionEvent ev, View animView, float velocity, in handleMenuRowSwipe() 191 private void handleSwipeFromClosedState(MotionEvent ev, View animView, float velocity, in handleSwipeFromClosedState() 227 private void handleSwipeFromOpenState(MotionEvent ev, View animView, float velocity, in handleSwipeFromOpenState() 249 public void dismissChild(final View view, float velocity, in dismissChild() 262 …protected void superDismissChild(final View view, float velocity, boolean useAccelerateInterpolato… in superDismissChild() 267 protected void superSnapChild(final View animView, final float targetLeft, float velocity) { in superSnapChild() 272 public void snapChild(final View animView, final float targetLeft, float velocity) { in snapChild() 354 public void dismiss(View animView, float velocity) { in dismiss() 360 public void snapOpen(View animView, int targetLeft, float velocity) { in snapOpen() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | FlingAnimationUtils.java | 110 public void apply(Animator animator, float currValue, float endValue, float velocity) { in apply() 124 float velocity) { in apply() 139 public void apply(Animator animator, float currValue, float endValue, float velocity, in apply() 159 float velocity, float maxDistance) { in apply() 167 float endValue, float velocity, float maxDistance) { in getProperties() 236 float velocity, float maxDistance) { in applyDismissing() 256 float velocity, float maxDistance) { in applyDismissing() 264 float velocity, float maxDistance) { in getDismissingProperties() 303 private float calculateLinearOutFasterInY2(float velocity) { in calculateLinearOutFasterInY2() 350 private VelocityInterpolator(float durationSeconds, float velocity, float diff) { in VelocityInterpolator()
|
D | KeyguardAffordanceView.java | 229 public void finishAnimation(float velocity, final Runnable mAnimationEndRunnable) { in finishAnimation()
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/ |
D | NotificationSwipeActionHelper.java | 37 public void dismiss(View animView, float velocity); in dismiss() 42 public void snapOpen(View animView, int targetLeft, float velocity); in snapOpen() 59 public boolean swipedFastEnough(float translation, float velocity); in swipedFastEnough()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/ |
D | SwipeDetector.java | 175 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/ |
D | OverScroller.java | 665 static private float getDeceleration(int velocity) { in getDeceleration() 740 private void startSpringback(int start, int end, int velocity) { in startSpringback() 754 void fling(int start, int velocity, int min, int max, int over) { in fling() 790 private double getSplineDeceleration(int velocity) { in getSplineDeceleration() 794 private double getSplineFlingDistance(int velocity) { in getSplineFlingDistance() 801 private int getSplineFlingDuration(int velocity) { in getSplineFlingDuration() 807 private void fitOnBounceCurve(int start, int end, int velocity) { in fitOnBounceCurve() 821 private void startBounceAfterEdge(int start, int end, int velocity) { in startBounceAfterEdge() 827 private void startAfterEdge(int start, int min, int max, int velocity) { in startAfterEdge()
|
D | Scroller.java | 451 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()
|
D | EdgeEffect.java | 278 public void onAbsorb(int velocity) { in onAbsorb()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | OneTimeEndListener.java | 31 float velocity) { in onAnimationEnd()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
D | DefaultUiController.java | 126 public void onGestureCompletion(float velocity) { in onGestureCompletion() 207 private void animateInvocationCompletion(int type, float velocity) { in animateInvocationCompletion()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSScrollLayout.java | 151 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/ |
D | LockscreenGestureLogger.java | 101 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/ |
D | SwipeHelper.java | 362 public void dismissChild(final View view, float velocity, boolean useAccelerateInterpolator) { in dismissChild() 375 public void dismissChild(final View animView, float velocity, final Runnable endAction, in dismissChild() 475 public void snapChild(final View animView, final float targetLeft, float velocity) { in snapChild() 649 float velocity = getVelocity(mVelocityTracker); in onTouchEvent() local 715 float velocity = getVelocity(mVelocityTracker); in swipedFastEnough() local 722 protected boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent()
|
D | ExpandHelper.java | 557 void finishExpanding(boolean forceAbort, float velocity) { in finishExpanding() 567 private void finishExpanding(boolean forceAbort, float velocity, boolean allowAnimation) { in finishExpanding()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleDismissView.java | 78 mDismissTargetAlphaSpring.addEndListener((anim, canceled, alpha, velocity) -> { in BubbleDismissView() argument
|
/frameworks/native/libs/vr/libdvr/include/dvr/ |
D | dvr_pose.h | 36 float32x4_t velocity; member 83 float32x4_t velocity; member
|
/frameworks/base/core/jni/ |
D | android_view_VelocityTracker.cpp | 105 Velocity& velocity = mCalculatedVelocity[index]; in computeCurrentVelocity() local 119 const Velocity& velocity = mCalculatedVelocity[index]; in getVelocity() local
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/ |
D | ISystemUiProxy.aidl | 92 void onAssistantGestureCompletion(float velocity) = 18; in onAssistantGestureCompletion()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
D | AssistManager.java | 87 void onGestureCompletion(float velocity); in onGestureCompletion() 329 public void onGestureCompletion(float velocity) { in onGestureCompletion()
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/window/ |
D | OverlayPanelViewController.java | 261 protected void animatePanel(float velocity, boolean isClosing) { in animatePanel() 308 private void animate(float from, float to, float velocity, boolean isClosing) { in animate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | OverviewProxyService.java | 834 private void notifyAssistantGestureCompletion(float velocity) { in notifyAssistantGestureCompletion() 919 default void onAssistantGestureCompletion(float velocity) {} in onAssistantGestureCompletion()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ViewPager.java | 500 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/packages/SystemUI/src/com/android/systemui/util/animation/ |
D | PhysicsAnimator.kt | 96 data class AnimationUpdate(val value: Float, val velocity: Float) constant in com.android.systemui.util.animation.AnimationUpdate 637 anim.addUpdateListener { _, value, velocity -> in configureDynamicAnimation() method 642 anim.addEndListener { _, canceled, value, velocity -> in configureDynamicAnimation() method
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DividerSnapAlgorithm.java | 161 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/stackdivider/ |
D | DividerView.java | 432 public void stopDragging(int position, float velocity, boolean avoidDismissStart, in stopDragging() 569 private void fling(int position, float velocity, boolean avoidDismissStart, in fling()
|