Searched refs:customTransformation (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | TransformState.java | 120 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 D | MessagingImageTransformState.java | 69 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 D | ViewTransformationHelper.java | 142 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()
|