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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ViewTransformationHelper.java 107 TransformState ownState = getCurrentState(viewType);
108 if (ownState != null) {
111 ownState, notification, transformationAmount)) {
112 ownState.recycle();
117 ownState.transformViewTo(otherState, transformationAmount);
120 ownState.disappear(transformationAmount, notification);
122 ownState.recycle();
164 TransformState ownState = getCurrentState(viewType);
165 if (ownState != null) {
168 ownState, notification, transformationAmount))
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
CustomInterpolatorTransformation.java 43 public boolean transformTo(TransformState ownState, TransformableView notification,
52 View view = ownState.getTransformedView();
54 ownState.transformViewFullyTo(otherState, this, transformationAmount);
64 public boolean transformFrom(TransformState ownState,
73 View view = ownState.getTransformedView();
75 ownState.transformViewFullyFrom(otherState, this, transformationAmount);

Completed in 541 milliseconds