Home
last modified time | relevance | path

Searched refs:ViewTransformationHelper (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridNotificationView.java30 import com.android.systemui.statusbar.ViewTransformationHelper;
39 private ViewTransformationHelper mTransformationHelper;
74 mTransformationHelper = new ViewTransformationHelper(); in onFinishInflate()
76 new ViewTransformationHelper.CustomTransformation() { in onFinishInflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DCustomInterpolatorTransformation.java23 import com.android.systemui.statusbar.ViewTransformationHelper;
29 extends ViewTransformationHelper.CustomTransformation {
DTransformState.java33 import com.android.systemui.statusbar.ViewTransformationHelper;
117 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFullyFrom()
123 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewVerticalFrom()
133 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFrom()
281 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFullyTo()
287 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewVerticalTo()
297 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewTo()
DMessagingImageTransformState.java24 import com.android.systemui.statusbar.ViewTransformationHelper;
69 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFrom()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java36 import com.android.systemui.statusbar.ViewTransformationHelper;
53 protected final ViewTransformationHelper mTransformationHelper;
71 mTransformationHelper = new ViewTransformationHelper(); in NotificationHeaderViewWrapper()
DNotificationTemplateViewWrapper.java43 import com.android.systemui.statusbar.ViewTransformationHelper;
75 new ViewTransformationHelper.CustomTransformation() { in NotificationTemplateViewWrapper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DViewTransformationHelper.java38 public class ViewTransformationHelper implements TransformableView, class