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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
TransformState.java 192 public boolean transformViewTo(TransformState otherState, float transformationAmount) {
209 transformViewTo(otherState, TRANSOFORM_ALL, null, transformationAmount);
215 transformViewTo(otherState, TRANSOFORM_Y, customTransformation, transformationAmount);
219 transformViewTo(otherState, TRANSOFORM_Y, null, transformationAmount);
222 private void transformViewTo(TransformState otherState, int transformationFlags,
HeaderTransformState.java 49 public boolean transformViewTo(TransformState otherState, float transformationAmount) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ViewTransformationHelper.java 116 ownState.transformViewTo(otherState, transformationAmount);

Completed in 58 milliseconds