Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java120 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFullyFrom() argument
122 transformViewFrom(otherState, TRANSFORM_ALL, customTransformation, transformationAmount); in transformViewFullyFrom()
126 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewVerticalFrom() argument
128 transformViewFrom(otherState, TRANSFORM_Y, customTransformation, transformationAmount); in transformViewVerticalFrom()
136 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFrom() argument
165 if (customTransformation == null in transformViewFrom()
166 || !customTransformation.initTransformation(this, otherState)) { in transformViewFrom()
213 if (customTransformation != null) { in transformViewFrom()
215 customTransformation.getCustomInterpolator(TRANSFORM_X, true /* isFrom */); in transformViewFrom()
226 if (customTransformation != null) { in transformViewFrom()
[all …]
DMessagingImageTransformState.java69 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFrom() argument
71 super.transformViewFrom(otherState, transformationFlags, customTransformation, in transformViewFrom()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
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()