Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DViewTransformationHelper.java30 import com.android.systemui.statusbar.notification.TransformState;
39 TransformState.TransformInfo {
91 public TransformState getCurrentState(int fadingView) { in getCurrentState()
94 TransformState transformState = TransformState.createFrom(view, this); in getCurrentState()
140 TransformState ownState = getCurrentState(viewType); in transformTo()
148 TransformState otherState = notification.getCurrentState(viewType); in transformTo()
193 TransformState ownState = getCurrentState(viewType); in transformFrom()
201 TransformState otherState = notification.getCurrentState(viewType); in transformFrom()
219 TransformState ownState = getCurrentState(viewType); in setVisible()
229 TransformState ownState = getCurrentState(viewType); in abortTransformations()
[all …]
DTransformableView.java19 import com.android.systemui.statusbar.notification.TransformState;
39 TransformState getCurrentState(int fadingView); in getCurrentState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java39 public class TransformState { class
51 private static Pools.SimplePool<TransformState> sInstancePool = new Pools.SimplePool<>(40);
96 public void transformViewFrom(TransformState otherState, float transformationAmount) { in transformViewFrom()
115 public void transformViewFullyFrom(TransformState otherState, float transformationAmount) { in transformViewFullyFrom()
119 public void transformViewFullyFrom(TransformState otherState, in transformViewFullyFrom()
125 public void transformViewVerticalFrom(TransformState otherState, in transformViewVerticalFrom()
131 public void transformViewVerticalFrom(TransformState otherState, float transformationAmount) { in transformViewVerticalFrom()
135 protected void transformViewFrom(TransformState otherState, int transformationFlags, in transformViewFrom()
271 protected boolean transformScale(TransformState otherState) { in transformScale()
275 protected boolean transformRightEdge(TransformState otherState) { in transformRightEdge()
[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()
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()
DMessagingLayoutTransformState.java41 public class MessagingLayoutTransformState extends TransformState {
70 public boolean transformViewTo(TransformState otherState, float transformationAmount) { in transformViewTo()
82 public void transformViewFrom(TransformState otherState, float transformationAmount) { in transformViewFrom()
207 TransformState ownState = TransformState.createFrom(child, mTransformInfo); in appear()
216 TransformState ownState = TransformState.createFrom(child, mTransformInfo); in disappear()
324 TransformState ownState = TransformState.createFrom(ownView, mTransformInfo); in transformView()
332 TransformState otherState = TransformState.createFrom(otherView, mTransformInfo); in transformView()
351 TransformState otherState = TransformState.createFrom(otherView, mTransformInfo); in transformView()
445 TransformState ownState = TransformState.createFrom(child, mTransformInfo); in setVisible()
491 TransformState ownState = TransformState.createFrom(child, mTransformInfo); in resetTransformedView()
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()
DTextViewTransformState.java29 public class TextViewTransformState extends TransformState {
42 protected boolean sameAs(TransformState otherState) { in sameAs()
90 protected boolean transformScale(TransformState otherState) { in transformScale()
DImageTransformState.java34 public class ImageTransformState extends TransformState {
51 protected boolean sameAs(TransformState otherState) { in sameAs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridNotificationView.java37 import com.android.systemui.statusbar.notification.TransformState;
125 public TransformState getCurrentState(int fadingView) { in getCurrentState()
168 public boolean transformTo(TransformState ownState, TransformableView notification, in transformTo()
171 TransformState otherState = notification.getCurrentState(TRANSFORMING_VIEW_TITLE); in transformTo()
181 public boolean transformFrom(TransformState ownState, in transformFrom()
184 TransformState otherState = notification.getCurrentState(TRANSFORMING_VIEW_TITLE); in transformFrom()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationTemplateViewWrapper.java50 import com.android.systemui.statusbar.notification.TransformState;
91 public boolean transformTo(TransformState ownState, in NotificationTemplateViewWrapper()
96 TransformState otherState = notification.getCurrentState( in NotificationTemplateViewWrapper()
109 public boolean customTransformTarget(TransformState ownState, in NotificationTemplateViewWrapper()
110 TransformState otherState) { in NotificationTemplateViewWrapper()
117 public boolean transformFrom(TransformState ownState, in NotificationTemplateViewWrapper()
122 TransformState otherState = notification.getCurrentState( in NotificationTemplateViewWrapper()
135 public boolean initTransformation(TransformState ownState, in NotificationTemplateViewWrapper()
136 TransformState otherState) { in NotificationTemplateViewWrapper()
142 private float getTransformationY(TransformState ownState, in NotificationTemplateViewWrapper()
[all …]
DNotificationMessagingTemplateViewWrapper.java33 import com.android.systemui.statusbar.notification.TransformState;
99 TransformState ownState, in setCustomImageMessageTransform()
113 TransformState ownState, in setCustomImageMessageTransform()
DNotificationHeaderViewWrapper.java19 import static com.android.systemui.statusbar.notification.TransformState.TRANSFORM_Y;
48 import com.android.systemui.statusbar.notification.TransformState;
320 public TransformState getCurrentState(int fadingView) { in getCurrentState()
DNotificationViewWrapper.java46 import com.android.systemui.statusbar.notification.TransformState;
286 public TransformState getCurrentState(int fadingView) { in getCurrentState()