Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridNotificationView.java36 import com.android.systemui.statusbar.ViewTransformationHelper;
46 protected final ViewTransformationHelper mTransformationHelper = new ViewTransformationHelper();
160 ViewTransformationHelper.CustomTransformation {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DCustomInterpolatorTransformation.java23 import com.android.systemui.statusbar.ViewTransformationHelper;
29 extends ViewTransformationHelper.CustomTransformation {
H A DTransformState.java33 import com.android.systemui.statusbar.ViewTransformationHelper;
120 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 DMessagingImageTransformState.java24 import com.android.systemui.statusbar.ViewTransformationHelper;
69 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFrom()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationMessagingTemplateViewWrapper.java31 import com.android.systemui.statusbar.ViewTransformationHelper;
89 ViewTransformationHelper transformationHelper, ViewGroup imageMessageContainer) { in setCustomImageMessageTransform()
96 new ViewTransformationHelper.CustomTransformation() { in setCustomImageMessageTransform()
H A DNotificationHeaderViewWrapper.java42 import com.android.systemui.statusbar.ViewTransformationHelper;
61 protected final ViewTransformationHelper mTransformationHelper;
84 mTransformationHelper = new ViewTransformationHelper(); in NotificationHeaderViewWrapper()
H A DNotificationTemplateViewWrapper.java46 import com.android.systemui.statusbar.ViewTransformationHelper;
81 new ViewTransformationHelper.CustomTransformation() { in NotificationTemplateViewWrapper()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DViewTransformationHelper.java38 public class ViewTransformationHelper implements TransformableView, class