/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | HybridNotificationView.java | 77 … public boolean transformTo(TransformState ownState, TransformableView notification, in onFinishInflate() 128 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() method in HybridNotificationView 129 mTransformationHelper.transformTo(notification, endRunnable); in transformTo() 133 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo() method in HybridNotificationView 134 mTransformationHelper.transformTo(notification, transformationAmount); in transformTo()
|
H A D | NotificationContentView.java | 642 hiddenView.transformTo(shownView, 0.0f); in updateContentTransformation() 657 hiddenView.transformTo(shownView, transformationAmount); in updateContentTransformation() 926 hiddenView.transformTo(shownView, new Runnable() { in animateToVisibleType()
|
/aosp12/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
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationHeaderViewWrapper.java | 280 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() method in NotificationHeaderViewWrapper 281 mTransformationHelper.transformTo(notification, endRunnable); in transformTo() 285 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo() method in NotificationHeaderViewWrapper 286 mTransformationHelper.transformTo(notification, transformationAmount); in transformTo()
|
H A D | NotificationMessagingTemplateViewWrapper.java | 94 public boolean transformTo( in setCustomImageMessageTransform() 112 return transformTo(ownState, otherView, transformationAmount); in setCustomImageMessageTransform()
|
H A D | NotificationViewWrapper.java | 288 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() method in NotificationViewWrapper 294 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()
|
/aosp12/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
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationChildrenContainer.java | 904 hiddenWrapper.transformTo(visibleWrapper, () -> updateHeaderVisibility(false)); 981 mNotificationHeaderWrapperLowPriority.transformTo(mNotificationHeaderWrapper,
|