Searched refs:CustomTransformation (Results 1 – 7 of 7) sorted by relevance
45 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
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()
29 extends ViewTransformationHelper.CustomTransformation {
69 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFrom()
96 new ViewTransformationHelper.CustomTransformation() { in setCustomImageMessageTransform()
81 new ViewTransformationHelper.CustomTransformation() { in NotificationTemplateViewWrapper()
160 ViewTransformationHelper.CustomTransformation {