/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | HybridNotificationView.java | 131 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() method in HybridNotificationView 132 mTransformationHelper.transformTo(notification, endRunnable); in transformTo() 136 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo() method in HybridNotificationView 137 mTransformationHelper.transformTo(notification, transformationAmount); in transformTo() 169 public boolean transformTo(TransformState ownState, TransformableView notification, in transformTo() method in HybridNotificationView.FadeOutAndDownWithTitleTransformation
|
H A D | NotificationContentView.java | 709 hiddenView.transformTo(shownView, 0.0f); in updateContentTransformation() 724 hiddenView.transformTo(shownView, transformationAmount); in updateContentTransformation() 993 hiddenView.transformTo(shownView, new Runnable() { in animateToVisibleType()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | TransformableView.java | 46 void transformTo(TransformableView notification, Runnable endRunnable); in transformTo() method 54 void transformTo(TransformableView notification, float transformationAmount); in transformTo() method
|
H A D | ViewTransformationHelper.java | 104 public void transformTo(final TransformableView notification, final Runnable endRunnable) { in transformTo() method in ViewTransformationHelper 110 animation -> transformTo(notification, animation.getAnimatedFraction())); in transformTo() 138 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo() method in ViewTransformationHelper 143 if (customTransformation != null && customTransformation.transformTo( in transformTo() 302 public abstract boolean transformTo(TransformState ownState, in transformTo() method in ViewTransformationHelper.CustomTransformation
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationHeaderViewWrapper.java | 321 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() method in NotificationHeaderViewWrapper 322 mTransformationHelper.transformTo(notification, endRunnable); in transformTo() 326 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo() method in NotificationHeaderViewWrapper 327 mTransformationHelper.transformTo(notification, transformationAmount); in transformTo()
|
H A D | NotificationMessagingTemplateViewWrapper.java | 98 public boolean transformTo( in setCustomImageMessageTransform() 116 return transformTo(ownState, otherView, transformationAmount); in setCustomImageMessageTransform()
|
H A D | NotificationViewWrapper.java | 286 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() method in NotificationViewWrapper 292 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo() method in NotificationViewWrapper
|
H A D | NotificationTemplateViewWrapper.java | 83 public boolean transformTo(TransformState ownState, in NotificationTemplateViewWrapper()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | CustomInterpolatorTransformation.java | 38 public boolean transformTo(TransformState ownState, TransformableView notification, in transformTo() method in CustomInterpolatorTransformation
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationChildrenContainer.java | 1043 hiddenWrapper.transformTo(visibleWrapper, () -> updateHeaderVisibility(false)); 1120 mNotificationHeaderWrapperLowPriority.transformTo(mNotificationHeaderWrapper,
|