Home
last modified time | relevance | path

Searched refs:ownState (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DViewTransformationHelper.java141 if (ownState != null) { in transformTo()
145 ownState.recycle(); in transformTo()
155 ownState.recycle(); in transformTo()
194 if (ownState != null) { in transformFrom()
198 ownState.recycle(); in transformFrom()
208 ownState.recycle(); in transformFrom()
220 if (ownState != null) { in setVisible()
222 ownState.recycle(); in setVisible()
230 if (ownState != null) { in abortTransformations()
231 ownState.abortTransformation(); in abortTransformations()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DMessagingLayoutTransformState.java208 ownState.appear(transformationAmount, null); in appear()
209 ownState.recycle(); in appear()
217 ownState.disappear(transformationAmount, null); in disappear()
218 ownState.recycle(); in disappear()
347 ownState.disappear(transformationAmount, null); in transformView()
366 ownState.appear(transformationAmount, null); in transformView()
369 ownState.recycle(); in transformView()
446 ownState.setVisible(visible, force); in setVisible()
447 ownState.recycle(); in setVisible()
492 ownState.resetTransformedView(); in resetTransformedView()
[all …]
H A DCustomInterpolatorTransformation.java38 public boolean transformTo(TransformState ownState, TransformableView notification, in transformTo() argument
47 View view = ownState.getTransformedView(); in transformTo()
49 ownState.transformViewFullyTo(otherState, this, transformationAmount); in transformTo()
59 public boolean transformFrom(TransformState ownState, in transformFrom() argument
68 View view = ownState.getTransformedView(); in transformFrom()
70 ownState.transformViewFullyFrom(otherState, this, transformationAmount); in transformFrom()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationTemplateViewWrapper.java83 public boolean transformTo(TransformState ownState, in NotificationTemplateViewWrapper()
90 final View text = ownState.getTransformedView(); in NotificationTemplateViewWrapper()
93 ownState.transformViewVerticalTo(otherState, this, in NotificationTemplateViewWrapper()
103 float endY = getTransformationY(ownState, otherState); in NotificationTemplateViewWrapper()
104 ownState.setTransformationEndY(endY); in NotificationTemplateViewWrapper()
109 public boolean transformFrom(TransformState ownState, in NotificationTemplateViewWrapper()
116 final View text = ownState.getTransformedView(); in NotificationTemplateViewWrapper()
119 ownState.transformViewVerticalFrom(otherState, this, in NotificationTemplateViewWrapper()
127 public boolean initTransformation(TransformState ownState, in NotificationTemplateViewWrapper()
130 ownState.setTransformationStartY(startY); in NotificationTemplateViewWrapper()
[all …]
H A DNotificationMessagingTemplateViewWrapper.java99 TransformState ownState, in setCustomImageMessageTransform()
106 ownState.ensureVisible(); in setCustomImageMessageTransform()
113 TransformState ownState, in setCustomImageMessageTransform()
116 return transformTo(ownState, otherView, transformationAmount); in setCustomImageMessageTransform()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridNotificationView.java169 public boolean transformTo(TransformState ownState, TransformableView notification, in transformTo() argument
175 ownState.transformViewVerticalTo(otherState, transformationAmount); in transformTo()
182 public boolean transformFrom(TransformState ownState, in transformFrom() argument
188 ownState.transformViewVerticalFrom(otherState, transformationAmount); in transformFrom()