Home
last modified time | relevance | path

Searched refs:PopupTransitionAnimation (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DPopupTransitionAnimation.java41 public class PopupTransitionAnimation extends Animation { class
75 public PopupTransitionAnimation(final Rect startRect, final View viewToAnimate) { in PopupTransitionAnimation() method in PopupTransitionAnimation
161 mViewToAnimate.startAnimation(PopupTransitionAnimation.this); in startAfterLayoutComplete()
171 public PopupTransitionAnimation setOnStartCallback(final Runnable onStart) { in setOnStartCallback()
176 public PopupTransitionAnimation setOnStopCallback(final Runnable onStop) { in setOnStopCallback()
/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreview.java39 import com.android.messaging.ui.animation.PopupTransitionAnimation;
60 private PopupTransitionAnimation mPopupTransitionAnimation;
290 mPopupTransitionAnimation = new PopupTransitionAnimation(startRect, view); in tryAnimateViewIn()
DMultiAttachmentLayout.java36 import com.android.messaging.ui.animation.PopupTransitionAnimation;
281 new PopupTransitionAnimation(startRect, attachmentWrapper.view) in buildViews()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java89 import com.android.messaging.ui.animation.PopupTransitionAnimation;
518 private PopupTransitionAnimation mPopupTransitionAnimation; in onCreateView()
554 mPopupTransitionAnimation = new PopupTransitionAnimation(startRect, view); in onCreateView()