Searched defs:customTransformation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTransformState.java87 ViewTransformationHelper.CustomTransformation customTransformation,
89 transformViewFrom(otherState, TRANSOFORM_Y, customTransformation, transformationAmount);
97 ViewTransformationHelper.CustomTransformation customTransformation,
116 if (customTransformation == null
117 || !customTransformation.initTransformation(this, otherState)) {
214 ViewTransformationHelper.CustomTransformation customTransformation,
216 transformViewTo(otherState, TRANSOFORM_Y, customTransformation, transformationAmount);
224 ViewTransformationHelper.CustomTransformation customTransformation,
267 if (customTransformation != null
268 && customTransformation
86 transformViewVerticalFrom(TransformState otherState, ViewTransformationHelper.CustomTransformation customTransformation, float transformationAmount) argument
96 transformViewFrom(TransformState otherState, int transformationFlags, ViewTransformationHelper.CustomTransformation customTransformation, float transformationAmount) argument
213 transformViewVerticalTo(TransformState otherState, ViewTransformationHelper.CustomTransformation customTransformation, float transformationAmount) argument
223 transformViewTo(TransformState otherState, int transformationFlags, ViewTransformationHelper.CustomTransformation customTransformation, float transformationAmount) argument
[all...]

Completed in 82 milliseconds