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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ViewTransformationHelper.java 106 TransformState ownState = getCurrentState(viewType);
107 if (ownState != null) {
110 ownState, notification, transformationAmount)) {
111 ownState.recycle();
116 ownState.transformViewTo(otherState, transformationAmount);
122 ownState.recycle();
164 TransformState ownState = getCurrentState(viewType);
165 if (ownState != null) {
168 ownState, notification, transformationAmount)) {
169 ownState.recycle()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationTemplateViewWrapper.java 54 public boolean transformTo(TransformState ownState,
61 final View text = ownState.getTransformedView();
64 ownState.transformViewVerticalTo(otherState, this,
72 public boolean customTransformTarget(TransformState ownState,
74 float endY = getTransformationY(ownState, otherState);
75 ownState.setTransformationEndY(endY);
80 public boolean transformFrom(TransformState ownState,
87 final View text = ownState.getTransformedView();
90 ownState.transformViewVerticalFrom(otherState, this,
98 public boolean initTransformation(TransformState ownState,
    [all...]
HybridNotificationView.java 81 public boolean transformTo(TransformState ownState, TransformableView notification,
88 ownState.transformViewVerticalTo(otherState, transformationAmount);
95 public boolean transformFrom(TransformState ownState,
102 ownState.transformViewVerticalFrom(otherState, transformationAmount);

Completed in 743 milliseconds