Searched defs:transformTo (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DCustomInterpolatorTransformation.java43 public boolean transformTo(TransformState ownState, TransformableView notification, method in class:CustomInterpolatorTransformation
H A DHybridNotificationView.java77 public boolean transformTo(TransformState ownState, TransformableView notification,
131 public void transformTo(TransformableView notification, Runnable endRunnable) { method in class:HybridNotificationView
132 mTransformationHelper.transformTo(notification, endRunnable);
136 public void transformTo(TransformableView notification, float transformationAmount) { method in class:HybridNotificationView
137 mTransformationHelper.transformTo(notification, transformationAmount);
H A DNotificationHeaderViewWrapper.java215 public void transformTo(TransformableView notification, Runnable endRunnable) { method in class:NotificationHeaderViewWrapper
216 mTransformationHelper.transformTo(notification, endRunnable);
220 public void transformTo(TransformableView notification, float transformationAmount) { method in class:NotificationHeaderViewWrapper
221 mTransformationHelper.transformTo(notification, transformationAmount);
H A DNotificationViewWrapper.java112 public void transformTo(TransformableView notification, Runnable endRunnable) { method in class:NotificationViewWrapper
118 public void transformTo(TransformableView notification, float transformationAmount) { method in class:NotificationViewWrapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DTransformableView.java45 void transformTo(TransformableView notification, Runnable endRunnable); method in interface:TransformableView
53 void transformTo(TransformableView notification, float transformationAmount); method in interface:TransformableView
H A DViewTransformationHelper.java69 public void transformTo(final TransformableView notification, final Runnable endRunnable) { method in class:ViewTransformationHelper
77 transformTo(notification, animation.getAnimatedFraction());
107 public void transformTo(TransformableView notification, float transformationAmount) { method in class:ViewTransformationHelper
112 if (customTransformation != null && customTransformation.transformTo(
275 public abstract boolean transformTo(TransformState ownState, method in class:ViewTransformationHelper.CustomTransformation

Completed in 38 milliseconds