Home
last modified time | relevance | path

Searched refs:CustomTransformation (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DViewTransformationHelper.java44 private ArrayMap<Integer, CustomTransformation> mCustomTransformations = new ArrayMap<>();
55 public void setCustomTransformation(CustomTransformation transformation, int viewType) { in setCustomTransformation()
111 CustomTransformation customTransformation = mCustomTransformations.get(viewType); in transformTo()
168 CustomTransformation customTransformation = mCustomTransformations.get(viewType); in transformFrom()
267 public static abstract class CustomTransformation { class in ViewTransformationHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java117 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()
DCustomInterpolatorTransformation.java29 extends ViewTransformationHelper.CustomTransformation {
DMessagingImageTransformState.java69 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFrom()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridNotificationView.java76 new ViewTransformationHelper.CustomTransformation() { in onFinishInflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationTemplateViewWrapper.java75 new ViewTransformationHelper.CustomTransformation() { in NotificationTemplateViewWrapper()