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.java117 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFullyFrom() argument
119 transformViewFrom(otherState, TRANSFORM_ALL, customTransformation, transformationAmount); in transformViewFullyFrom()
123 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewVerticalFrom() argument
125 transformViewFrom(otherState, TRANSFORM_Y, customTransformation, transformationAmount); in transformViewVerticalFrom()
133 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFrom() argument
159 if (customTransformation == null in transformViewFrom()
160 || !customTransformation.initTransformation(this, otherState)) { in transformViewFrom()
200 if (customTransformation != null) { in transformViewFrom()
202 customTransformation.getCustomInterpolator(TRANSFORM_X, true /* isFrom */); in transformViewFrom()
213 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.java111 CustomTransformation customTransformation = mCustomTransformations.get(viewType); in transformTo() local
112 if (customTransformation != null && customTransformation.transformTo( in transformTo()
168 CustomTransformation customTransformation = mCustomTransformations.get(viewType); in transformFrom() local
169 if (customTransformation != null && customTransformation.transformFrom( in transformFrom()