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 | 723 float translationDirection, boolean isHeadsUpAnimation, float endLocation, in performRemoveAnimation() argument 729 startAppearAnimation(false /* isAppearing */, translationDirection, in performRemoveAnimation() 748 private void startAppearAnimation(boolean isAppearing, float translationDirection, long delay, in startAppearAnimation() argument 752 mAnimationTranslationY = translationDirection * getActualHeight(); in startAppearAnimation()
|
D | StackScrollerDecorView.java | 194 float translationDirection, boolean isHeadsUpAnimation, float endLocation, in performRemoveAnimation() argument
|
D | ExpandableView.java | 312 long delay, float translationDirection, boolean isHeadsUpAnimation, float endLocation, in performRemoveAnimation() argument
|
D | ExpandableNotificationRow.java | 2659 public long performRemoveAnimation(long duration, long delay, float translationDirection, 2669 duration, delay, translationDirection, isHeadsUpAnimation, 2677 return super.performRemoveAnimation(duration, delay, translationDirection,
|