Searched refs:customTransformation (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | TransformState.java | 117 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 …]
|
D | MessagingImageTransformState.java | 69 ViewTransformationHelper.CustomTransformation customTransformation, in transformViewFrom() argument 71 super.transformViewFrom(otherState, transformationFlags, customTransformation, in transformViewFrom()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ViewTransformationHelper.java | 111 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()
|