HomeSort by relevance Sort by last modified time
    Searched refs:customTransformation (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
TransformState.java 86 ViewTransformationHelper.CustomTransformation customTransformation,
88 transformViewFrom(otherState, TRANSOFORM_Y, customTransformation, transformationAmount);
96 ViewTransformationHelper.CustomTransformation customTransformation,
115 if (customTransformation == null
116 || !customTransformation.initTransformation(this, otherState)) {
213 ViewTransformationHelper.CustomTransformation customTransformation,
215 transformViewTo(otherState, TRANSOFORM_Y, customTransformation, transformationAmount)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ViewTransformationHelper.java 42 private ArrayMap<Integer, CustomTransformation> mCustomTransformations = new ArrayMap<>();
53 public void setCustomTransformation(CustomTransformation transformation, int viewType) {
108 CustomTransformation customTransformation = mCustomTransformations.get(viewType);
109 if (customTransformation != null && customTransformation.transformTo(
166 CustomTransformation customTransformation = mCustomTransformations.get(viewType);
167 if (customTransformation != null && customTransformation.transformFrom
    [all...]

Completed in 172 milliseconds