Home
last modified time | relevance | path

Searched refs:customTransformation (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTransformState.java120 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFullyFrom() argument
126 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewVerticalFrom() argument
136 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFrom() argument
165 if (customTransformation == null in transformViewFrom()
213 if (customTransformation != null) { in transformViewFrom()
226 if (customTransformation != null) { in transformViewFrom()
308 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFullyTo() argument
314 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewVerticalTo() argument
324 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewTo() argument
374 if (customTransformation != null) { in transformViewTo()
[all …]
H A DMessagingImageTransformState.java69 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFrom() argument
71 super.transformViewFrom(otherState, transformationFlags, customTransformation, in transformViewFrom()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DViewTransformationHelper.java142 CustomTransformation customTransformation = mCustomTransformations.get(viewType); in transformTo() local
143 if (customTransformation != null && customTransformation.transformTo( in transformTo()
195 CustomTransformation customTransformation = mCustomTransformations.get(viewType); in transformFrom() local
196 if (customTransformation != null && customTransformation.transformFrom( in transformFrom()