Home
last modified time | relevance | path

Searched refs:PopupTransitionAnimation (Results 1 – 3 of 3) 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;
286 new PopupTransitionAnimation(startRect, view).startAfterLayoutComplete(); in tryAnimateViewIn()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java88 import com.android.messaging.ui.animation.PopupTransitionAnimation;
516 private PopupTransitionAnimation mPopupTransitionAnimation; in onCreateView()
552 mPopupTransitionAnimation = new PopupTransitionAnimation(startRect, view); in onCreateView()