Home
last modified time | relevance | path

Searched refs:TransformState (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DViewTransformationHelper.java30 import com.android.systemui.statusbar.notification.TransformState;
39 TransformState.TransformInfo {
60 public TransformState getCurrentState(int fadingView) { in getCurrentState()
63 return TransformState.createFrom(view, this); in getCurrentState()
109 TransformState ownState = getCurrentState(viewType); in transformTo()
117 TransformState otherState = notification.getCurrentState(viewType); in transformTo()
166 TransformState ownState = getCurrentState(viewType); in transformFrom()
174 TransformState otherState = notification.getCurrentState(viewType); in transformFrom()
192 TransformState ownState = getCurrentState(viewType); in setVisible()
202 TransformState ownState = getCurrentState(viewType); in abortTransformations()
[all …]
DTransformableView.java19 import com.android.systemui.statusbar.notification.TransformState;
38 TransformState getCurrentState(int fadingView); in getCurrentState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java39 public class TransformState { class
50 private static Pools.SimplePool<TransformState> sInstancePool = new Pools.SimplePool<>(40);
93 public void transformViewFrom(TransformState otherState, float transformationAmount) { in transformViewFrom()
112 public void transformViewFullyFrom(TransformState otherState, float transformationAmount) { in transformViewFullyFrom()
116 public void transformViewFullyFrom(TransformState otherState, in transformViewFullyFrom()
122 public void transformViewVerticalFrom(TransformState otherState, in transformViewVerticalFrom()
128 public void transformViewVerticalFrom(TransformState otherState, float transformationAmount) { in transformViewVerticalFrom()
132 protected void transformViewFrom(TransformState otherState, int transformationFlags, in transformViewFrom()
250 protected boolean transformScale(TransformState otherState) { in transformScale()
260 public boolean transformViewTo(TransformState otherState, float transformationAmount) { in transformViewTo()
[all …]
DActionListTransformState.java24 public class ActionListTransformState extends TransformState {
30 protected boolean sameAs(TransformState otherState) { in sameAs()
43 public void transformViewFullyFrom(TransformState otherState, float transformationAmount) { in transformViewFullyFrom()
48 public void transformViewFullyTo(TransformState otherState, float transformationAmount) { in transformViewFullyTo()
DMessagingLayoutTransformState.java39 public class MessagingLayoutTransformState extends TransformState {
68 public boolean transformViewTo(TransformState otherState, float transformationAmount) { in transformViewTo()
80 public void transformViewFrom(TransformState otherState, float transformationAmount) { in transformViewFrom()
205 TransformState ownState = TransformState.createFrom(child, mTransformInfo); in appear()
214 TransformState ownState = TransformState.createFrom(child, mTransformInfo); in disappear()
290 TransformState ownState = TransformState.createFrom(ownView, mTransformInfo); in transformView()
297 TransformState otherState = TransformState.createFrom(otherView, mTransformInfo); in transformView()
305 TransformState otherState = TransformState.createFrom(otherView, mTransformInfo); in transformView()
378 TransformState ownState = TransformState.createFrom(child, mTransformInfo); in setVisible()
423 TransformState ownState = TransformState.createFrom(child, mTransformInfo); in resetTransformedView()
DCustomInterpolatorTransformation.java38 public boolean transformTo(TransformState ownState, TransformableView notification, in transformTo()
43 TransformState otherState = notification.getCurrentState(mViewType); in transformTo()
59 public boolean transformFrom(TransformState ownState, in transformFrom()
64 TransformState otherState = notification.getCurrentState(mViewType); in transformFrom()
DProgressTransformState.java24 public class ProgressTransformState extends TransformState {
30 protected boolean sameAs(TransformState otherState) { in sameAs()
DMessagingImageTransformState.java43 protected boolean sameAs(TransformState otherState) { in sameAs()
63 protected boolean transformScale(TransformState otherState) { in transformScale()
68 protected void transformViewFrom(TransformState otherState, int transformationFlags, in transformViewFrom()
DImageTransformState.java34 public class ImageTransformState extends TransformState {
51 protected boolean sameAs(TransformState otherState) { in sameAs()
120 protected boolean transformScale(TransformState otherState) { in transformScale()
DTextViewTransformState.java29 public class TextViewTransformState extends TransformState {
42 protected boolean sameAs(TransformState otherState) { in sameAs()
90 protected boolean transformScale(TransformState otherState) { in transformScale()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridNotificationView.java31 import com.android.systemui.statusbar.notification.TransformState;
78 … public boolean transformTo(TransformState ownState, TransformableView notification, in onFinishInflate()
81 TransformState otherState = notification.getCurrentState( in onFinishInflate()
92 public boolean transformFrom(TransformState ownState, in onFinishInflate()
95 TransformState otherState = notification.getCurrentState( in onFinishInflate()
127 public TransformState getCurrentState(int fadingView) { in getCurrentState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationTemplateViewWrapper.java45 import com.android.systemui.statusbar.notification.TransformState;
77 public boolean transformTo(TransformState ownState, in NotificationTemplateViewWrapper()
82 TransformState otherState = notification.getCurrentState( in NotificationTemplateViewWrapper()
95 public boolean customTransformTarget(TransformState ownState, in NotificationTemplateViewWrapper()
96 TransformState otherState) { in NotificationTemplateViewWrapper()
103 public boolean transformFrom(TransformState ownState, in NotificationTemplateViewWrapper()
108 TransformState otherState = notification.getCurrentState( in NotificationTemplateViewWrapper()
121 public boolean initTransformation(TransformState ownState, in NotificationTemplateViewWrapper()
122 TransformState otherState) { in NotificationTemplateViewWrapper()
128 private float getTransformationY(TransformState ownState, in NotificationTemplateViewWrapper()
[all …]
DNotificationHeaderViewWrapper.java19 import static com.android.systemui.statusbar.notification.TransformState.TRANSFORM_Y;
40 import com.android.systemui.statusbar.notification.TransformState;
196 public TransformState getCurrentState(int fadingView) { in getCurrentState()
DNotificationViewWrapper.java40 import com.android.systemui.statusbar.notification.TransformState;
232 public TransformState getCurrentState(int fadingView) { in getCurrentState()