Searched refs:translationDirection (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | StackStateAnimator.java | 367 float translationDirection = -1.0f; in processAnimationEvents() local 389 translationDirection = ((viewState.yTranslation in processAnimationEvents() 392 translationDirection = Math.max(Math.min(translationDirection, 1.0f),-1.0f); in processAnimationEvents() 396 0 /* delay */, translationDirection, false /* isHeadsUpAppear */, in processAnimationEvents()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ActivatableNotificationView.java | 744 float translationDirection, boolean isHeadsUpAnimation, float endLocation, in performRemoveAnimation() argument 750 startAppearAnimation(false /* isAppearing */, translationDirection, in performRemoveAnimation() 769 private void startAppearAnimation(boolean isAppearing, float translationDirection, long delay, in startAppearAnimation() argument 773 mAnimationTranslationY = translationDirection * getActualHeight(); in startAppearAnimation()
|
D | StackScrollerDecorView.java | 194 float translationDirection, boolean isHeadsUpAnimation, float endLocation, in performRemoveAnimation() argument
|
D | ExpandableView.java | 328 long delay, float translationDirection, boolean isHeadsUpAnimation, float endLocation, in performRemoveAnimation() argument
|
D | ExpandableNotificationRow.java | 2684 public long performRemoveAnimation(long duration, long delay, float translationDirection, 2694 duration, delay, translationDirection, isHeadsUpAnimation, 2702 return super.performRemoveAnimation(duration, delay, translationDirection,
|