Searched defs:PopupTransitionAnimation (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/animation/
H A DPopupTransitionAnimation.java41 public class PopupTransitionAnimation extends Animation { class in inherits:Animation
75 public PopupTransitionAnimation(final Rect startRect, final View viewToAnimate) { method in class:PopupTransitionAnimation
115 LogUtil.w(LogUtil.BUGLE_TAG, "PopupTransitionAnimation: " + mEvents);
161 mViewToAnimate.startAnimation(PopupTransitionAnimation.this);
171 public PopupTransitionAnimation setOnStartCallback(final Runnable onStart) {
176 public PopupTransitionAnimation setOnStopCallback(final Runnable onStop) {

Completed in 42 milliseconds