HomeSort by relevance Sort by last modified time
    Searched defs:transformViewFrom (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
HeaderTransformState.java 72 public void transformViewFrom(TransformState otherState, float transformationAmount) {
TransformState.java 67 public void transformViewFrom(TransformState otherState, float transformationAmount) {
82 transformViewFrom(otherState, TRANSOFORM_ALL, null, transformationAmount);
88 transformViewFrom(otherState, TRANSOFORM_Y, customTransformation, transformationAmount);
92 transformViewFrom(otherState, TRANSOFORM_Y, null, transformationAmount);
95 private void transformViewFrom(TransformState otherState, int transformationFlags,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ViewTransformationHelper.java 174 ownState.transformViewFrom(otherState, transformationAmount);

Completed in 52 milliseconds