Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DViewTransformationHelper.java45 private ArrayMap<Integer, CustomTransformation> mCustomTransformations = new ArrayMap<>();
86 public void setCustomTransformation(CustomTransformation transformation, int viewType) { in setCustomTransformation()
142 CustomTransformation customTransformation = mCustomTransformations.get(viewType); in transformTo()
195 CustomTransformation customTransformation = mCustomTransformations.get(viewType); in transformFrom()
294 public static abstract class CustomTransformation { class in ViewTransformationHelper
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTransformState.java120 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFullyFrom()
126 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewVerticalFrom()
136 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFrom()
308 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFullyTo()
314 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewVerticalTo()
324 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewTo()
H A DCustomInterpolatorTransformation.java29 extends ViewTransformationHelper.CustomTransformation {
H A DMessagingImageTransformState.java69 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFrom()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationMessagingTemplateViewWrapper.java96 new ViewTransformationHelper.CustomTransformation() { in setCustomImageMessageTransform()
H A DNotificationTemplateViewWrapper.java81 new ViewTransformationHelper.CustomTransformation() { in NotificationTemplateViewWrapper()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridNotificationView.java160 ViewTransformationHelper.CustomTransformation {