/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | HybridNotificationView.java | 77 … public boolean transformTo(TransformState ownState, TransformableView notification, in onFinishInflate() 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()
|
D | NotificationHeaderViewWrapper.java | 215 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() method in NotificationHeaderViewWrapper 216 mTransformationHelper.transformTo(notification, endRunnable); in transformTo() 220 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo() method in NotificationHeaderViewWrapper 221 mTransformationHelper.transformTo(notification, transformationAmount); in transformTo()
|
D | NotificationViewWrapper.java | 112 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() method in NotificationViewWrapper 118 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo() method in NotificationViewWrapper
|
D | CustomInterpolatorTransformation.java | 43 public boolean transformTo(TransformState ownState, TransformableView notification, in transformTo() method in CustomInterpolatorTransformation
|
D | NotificationTemplateViewWrapper.java | 70 public boolean transformTo(TransformState ownState, in NotificationTemplateViewWrapper()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | TransformableView.java | 45 void transformTo(TransformableView notification, Runnable endRunnable); in transformTo() method 53 void transformTo(TransformableView notification, float transformationAmount); in transformTo() method
|
D | ViewTransformationHelper.java | 69 public void transformTo(final TransformableView notification, final Runnable endRunnable) { in transformTo() method in ViewTransformationHelper 77 transformTo(notification, animation.getAnimatedFraction()); in transformTo() 107 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo() method in ViewTransformationHelper 112 if (customTransformation != null && customTransformation.transformTo( in transformTo() 275 public abstract boolean transformTo(TransformState ownState, in transformTo() method in ViewTransformationHelper.CustomTransformation
|
D | NotificationContentView.java | 664 hiddenView.transformTo(shownView, 0.0f); in updateContentTransformation() 679 hiddenView.transformTo(shownView, transformationAmount); in updateContentTransformation() 953 hiddenView.transformTo(shownView, new Runnable() { in animateToVisibleType()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationChildrenContainer.java | 921 hiddenWrapper.transformTo(visibleWrapper, () -> updateHeaderVisibility(false)); 1001 mNotificationHeaderWrapperLowPriority.transformTo(mNotificationHeaderWrapper,
|